Back to Tags
Trunk Based Development
4 items tagged with "trunk-based-development"
Filter by type:
Best Practices2
Best Practice
Trunk-Based Development Guidelines
Branching strategy promoting short-lived branches, frequent commits to trunk, and feature flags.
Best Practice
Continuous Integration Best Practices
A development practice where engineers merge code into a shared mainline many times a day, each merge verified by an automated build and test suite.