# Rebase 9ef2b1f..91b495b onto 9ef2b1f # # Commands: # pick = use commit # edit = use commit, but stop for amending //改上面的 pick 为 edit # squash = use commit, but meld into previous commit # # If you remove a line here THAT COMMIT WILL BE LOST. # However, if you remove everything, the rebase will be aborted. # 3. 使用 git rebase --continue 完成操作