Skip to content
tomlokhorst edited this page Feb 12, 2011 · 6 revisions

Branches

  • Main development is done in the master branch.
  • Each release is tagged. For example: 0.2.0
  • The production branch points to the last release.
  • Sometimes feature/something branches are temporarily pushed to github, before they are merged with master and deleted again.

Useful: The git-flow tool makes this branching model very easy. Also see the article "A successful Git branching model".

Clone this wiki locally