第一种方法

step1:使用git commit --amend命令,会进入到vim编辑器。
1623145816560-c6460ba3-5641-4200-bd1b-06639a02c43f.png
step2:输入【i】,即进入编辑模式,此时编辑提交信息。
1623145846280-7ee8d54e-06ca-4e67-858a-f74950c5d0c2.png
step3:编辑好之后,按键【Esc】,输入【:wq】,即保存和退出。
step4:输入【git push -f】强制提交。

第二种方法:

2、代码已经推送到远程服务器

git commit --amend $ git push <remote> <branch> -f

-f:表示强制用本地修改覆盖远程仓库。

Last modification:April 25, 2022
如果觉得这篇技术文章对你有用,请随意赞赏