Branch for each developer in GIT repo
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-06-15T22:55:47Z
Indexed on
2010/06/15
23:02 UTC
Read the original article
Hit count: 229
git
I'd like to move my project to GitHub from local svn repository. Multiple developers are curently working on this project. I was thinking that each developer should have their own branch in which they would commit changes. When manager review their work, he will merge it into master branch. I don't want separate repository for each developer as GitHub has limited number of private repositories.
Is this a good idea? What are other alternatives?
© Stack Overflow or respective owner