TIL - Rebasing a branch onto a different base
Today I learned how to move a branch that was incorrectly based on another branch to a different starting point. This was useful when I wanted to merge a feature branch sooner but realized it was branched off the wrong base. The Scenario Branch A is...
Jan 31, 20252 min read11
