Git Flow
Branches
master- protected branch - Production releasesdevelop- protected branch - main developement merge of allfeaturebranchesfeature/*- for each feature a separate feature branch is created fork fromdeveloprelease- preparingdevelopmentbranch for release onmasterbranch, mainly for bugfixeshotfix- quick and dirty hotfix directly intodevelopandmasterbranch