git
Block 2.2: Trunk Based Development
A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after.
A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’, resist any pressure to create other long-lived development branches by employing documented techniques.
They therefore avoid merge hell, do not break the build, and live happily ever after.
More on these later… ⏲️
trunk
instead (doesn’t need to be called so)feat-xyz
<username>/feat-xyz
Formerly highly popular workflow, now a bit out of fashion.
develop
branchv1.2.1
in main / masterREADME
(.md
) in rootREADME
to your git-example
repositoryAny Questions?