We use the Git Flow branching strategy.
- not pushable
- contains production code
- contains code of future releases
- for every new feature collection, a new one gets created
- after the feature is finished, it gets merged into dev and deleted
We use the Git Flow branching strategy.