Comment on Minimum Viable Git for Trunk-Based DevelopmentparentComments−tkiolp43yTrunk development is not about rebase, it’s about short-lived branches that get incorporated into the main branch soon. How they get incorporated (git merge is good enough) is not relevant.
Comments
Trunk development is not about rebase, it’s about short-lived branches that get incorporated into the main branch soon. How they get incorporated (git merge is good enough) is not relevant.