link
Reapply commits on top of another base tip
git rebase
Rebase current branch onto main
git rebase main
Interactive rebase last 3 commits
git rebase -i HEAD~3