Hi, > Now that we are at few hours to fully work on GIT, I'm sure you will love > it. For example, you could work with Mike much better making your own > branches and taking control over your commits and what you want to share in > the remote repository. The problems you both face the previous week where > one can step changes over the other are gone thanks to branching feature. > You only have to take patience to master this feature and you will see that > is very powerful and get lots of control. In SVN the main problem is that > all happens in one single place since branches are not usable and this > causes that kind problems while working with other people.
Just a reminder that we voted on using the gitflow model. [1] This is not quite the free for all model you describe above and at same point you still have to merge everything into the develop branch. Justin 1. http://nvie.com/posts/a-successful-git-branching-model/