One of a collection of repositories which demonstrate the various git workflow and usage patterns. Here trunk based usage patterns are demonstrated.
- No long-running branches
- Consumer features are the product of one person
Uniquely identifiable repository artefacts and structures, that would suggest that users of a given repository are employing some form of trunk based development strategy.
- All commits trunk.
- Release from trunk or a release branch.
This repository contains simple CLI application.