Gitflow with raw git commands.
- A developbranch is created frommaster
- Featureand- releasebranches are created from- develop
- When a featureis complete it is merged back into thedevelopbranch
- When the releasebranch is done it is merged intodevelopandmaster
- A Hotfixbranch is created frommaster
- When the hotfixis complete it is merged back intodevelopandmaster
