2025-03-04
notes
git
change the base of a branch to a different branch
git rebase onto
Useful for moving a branch based off of unmerged features to a more recent branch that has now merged those features.
git rebase --onto new-branch-base old-branch-base my-branch-name