交互式rebase
2022-05-08 本文已影响0人
Smallwolf_JS
git stash
git rebase hashId^ --interactive
git add xx
git commit --amend
git rebase --continue
git push origin -f
git stash
git rebase hashId^ --interactive
git add xx
git commit --amend
git rebase --continue
git push origin -f