git 学习 多个提交用同一个commit


git add .
git commit --amend(连续按连个ZZ)
git push -f origin ibm_branch(命令行可能不好用,用IDEA force push好用)

原文地址:https://www.cnblogs.com/liufei1983/p/9245634.html