📜  远程分支中的壁球提交 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:14.102000             🧑  作者: Mango

代码示例1
$ 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