📅  最后修改于: 2022-03-11 14:48:14.102000             🧑  作者: Mango
$ git rebase -i HEAD~4
At the interactive screen that opens up, replace pick with squash at the top for all the commits that you want to squash.
Save and close the editor through esc --> :wq
$ git push origin branch-name --force