Git commit –amend 修改上一次 commit message
# git commit -amend -m "new message"
但是不能是已经 push 的提交
参考资料
1、git 修改已提交的内容
2、git之修改上次提交备注
标签:Git,amend,修改,git,提交,commit,message From: https://blog.51cto.com/u_16152603/6426052
Git commit –amend 修改上一次 commit message
# git commit -amend -m "new message"
但是不能是已经 push 的提交
参考资料
1、git 修改已提交的内容
2、git之修改上次提交备注
标签:Git,amend,修改,git,提交,commit,message From: https://blog.51cto.com/u_16152603/6426052