合并多个commit
最后更新于
pick e7ba81d Commit-1
pick 5756e15 Commit-2
pick b1b8189 Commit-3pick e7ba81d Commit-1
squash 5756e15 Commit-2
squash b1b8189 Commit-3pick e7ba81d Commit-1
s 5756e15 Commit-2
s b1b8189 Commit-3git add .
git rebase --continue git rebase --abortgit push --force-with-lease