GitFlow AVH Edition
Version: 1.11.0
Usage:
git flow <subcommand>
Available subcommands are:
| init | Initialize a new git repo with support for the branching model. | 
| feature | Manage your feature branches. | 
| bugfix | Manage your bugfix branches. | 
| release | Manage your release branches. | 
| hotfix | Manage your hotfix branches. | 
| support | Manage your support branches. | 
| config | Manage your git-flow configuration. | 
| log | Show log deviating from base branch. | 
| version | Shows version information. | 
The original article of the branching modle by Vincent Driessen: http://nvie.com/posts/a-successful-git-branching-model/
A quick cheatsheet made by Daniel Kummer: http://danielkummer.github.io/git-flow-cheatsheet/