Branch for each developer in GIT repo
- by Peter
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?