Rebase dependent branches with --update-refs
To automatically adjust all intermediary branches of a larger patch stack rebase with --update-refs on the latest commit:
git rebase -i main --autosquash --update-refs
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
--update-refsTo automatically adjust all intermediary branches of a larger patch stack rebase with --update-refs on the latest commit:
git rebase -i main --autosquash --update-refs