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
本文标题:交互式rebase
本文链接:https://www.haomeiwen.com/subject/yoyqurtx.html
网友评论