Managing multiple people working on a project with GIT

Posted by badZoke on Programmers See other posts from Programmers or by badZoke
Published on 2012-07-12T09:38:59Z Indexed on 2012/11/23 17:19 UTC
Read the original article Hit count: 213

Filed under:
|

I'm very new to GIT/GitHub (as new as starting yesterday). I would like to know what is the best way to manage multiple people working on the same project with Github. Currently I'm managing one project with four developers.

  1. How do I go about the workflow and making sure everything is in sync?

    (Note: All developers will have one universal account.)

  2. Does each developer need to be on a different branch?

  3. Will I be able to handle 2 people working on the same file?

Please post a detailed answer, I'm not a shy reader. I need to understand this well.

© Programmers or respective owner

Related posts about git

Related posts about github