Skip to content

Git Branching Model

saschakiefer edited this page Dec 20, 2013 · 1 revision

The project follows the git branching model proposed by Vincent Driessen:

Branching Model

So please commit all your changes to the development branch, so that they can be merged to the master branch as releases.

Further information can be found here

Clone this wiki locally