Git Flow
Branches
master
- protected branch - Production releasesdevelop
- protected branch - main developement merge of allfeature
branchesfeature/*
- for each feature a separate feature branch is created fork fromdevelop
release
- preparingdevelopment
branch for release onmaster
branch, mainly for bugfixeshotfix
- quick and dirty hotfix directly intodevelop
andmaster
branch