Pick the model that suits modern CI/CD best.
Two popular branching models:
Git Flow long-lived develop + release + hotfix branches.
Heavy. Designed for shipped-on-disc software.
Trunk-Based Dev everyone commits to main (or short-lived feature
branches that merge in <24h). Pairs naturally with
CI: every commit must keep main releasable.
Which model is recommended by the DORA / "Accelerate" research as
correlating with high-performing teams?
A) Git Flow
B) Trunk-Based Development
C) GitHub Flow with 6-month-old feature branches
D) Locking main and emailing patchesSign in to save your code and track progress across devices.