I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it?
For smaller teams
“scaled” trunk based development
0 points
*
0 points
With git. Every time we start work, we pull. After every commit, we push (and pull/merge/rebase) if necessary.
0 points