Comment on Minimum Viable Git for Trunk-Based DevelopmentComments−bsima3yHow does this guy run a developer tools company called “trunk” and yet doesn’t understand rebase? Talk about killing credibility…−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
How does this guy run a developer tools company called “trunk” and yet doesn’t understand rebase? Talk about killing credibility…
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.