I don't know if it is still used by people but am using the gitflow [1][2] branching model here with our internal git repos and I am happy with it. It is easy to create and merge feature, release, hotfix or other branches by using it and it follows some basic rules. E.g. the command "git flow feature start test" create a feature brauch from develop and "git flow feature finish test" merges the changes back to develop and removes the feature branch.
Just a thought... Olaf [1] https://danielkummer.github.io/git-flow-cheatsheet/ [2] https://github.com/nvie/gitflow/blob/develop/README.mdown -- Sent from: http://apache-royale-development.20373.n8.nabble.com/
