git 多个commit合并一个

(1)git rebase -i 123456

(2)

p

s

s

(3)esc :wq  保存。 修改message esc :wq  保存 

!!! git rebase --abort(如果撤回,撤回rebase)

(4)git push -f

原文地址:https://www.cnblogs.com/xiaoeshuang/p/13667420.html