Git Branching Model - saschakiefer/generator-openui5 GitHub Wiki

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