跳到主要内容
Notes
GitHub
Git
本页总览
Git
修改已经 push 的 commit 信息
#运行命令进入vim编辑器
git commit --amend
#强制提交
git push -f