Working on Multiple Computers

Discussion in 'Plugin Development' started by djblackbelt, Apr 4, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    djblackbelt

    I know this is probably a stupid question but I was wondering if there is a way to work on a plugin on multiple computers?
     
  2. Offline

    chasechocolate

    Dropbox!
     
    Codisimus likes this.
  3. Offline

    djblackbelt

    I've never heard or used dropbox before sorry, could you please explain a little bit.
     
  4. Offline

    chasechocolate

  5. Offline

    d33k40

    github
     
  6. Offline

    evilmidget38

    I highly recommend you learn to use git and github rather than dropbox. Dropbox isn't feasible for working with other people, and isn't at all feasible in a professional environment.

    A good list of tutorials/references for using git: http://stackoverflow.com/a/3748305
    One of my favorite websites when using git: http://gitref.org/
     
  7. Offline

    Compressions

    evilmidget38 Github makes no sense to me. Can I get a brief explanation?
     
  8. Offline

    Burnett1

    You can use saros. Edit: This is better for real time updates of what everyone is doing. You can see what there typing.
     
  9. Offline

    evilmidget38

    Compressions Github hosts git repositories that you can create and push your code to. Additionally, github has a PR system, a decent web editor(don't code with it... ever.... Please....), and a nice UI for browsing through the code. They list a lot of what they have at https://github.com/features/projects . If your question is more related to git in general, I suggest you just google it, there are people on the internet who can explain things far more eloquently than I can.
     
  10. Offline

    blablubbabc

    If you want private repositories with up to 5 people working on a project than https://bitbucket.org/ is a good free alternative to github.
     
  11. Offline

    skore87

    github is also free, however you pay for private.
     
Thread Status:
Not open for further replies.

Share This Page