git rebase常用命令 git pull --rebase git rebase -i HEAD~2 // i 插入 (shift+:wq :wq) q Esc退出 git rebase --continue git push -f git pull --rebase