例如在当前分支提交过 3 次,希望合并为 1 次提交,可以执行如下指令:

1
2
3
#git reset --soft HEAD~3
#git commit -m "final commit message"
#git push ogirin -f