如何编辑 git commit message

如何编辑 git commit message

查看提交记录

1
git log

找到要修改的 commit 的前一个 commit 的 id。

编辑提交记录

1
git rebase -i commit_id^

如果要修改的是第一个 commit,则直接使用:

1
git rebase -i --root

将要修改的 commit 的 pick 改为 rreword。保存并退出文本编辑器。

文本编辑器再次弹出,可以修改 commit message。

Serv00 服务器部署 Cypht 网页邮箱客户端
hexo-theme-icarus 主题适配 Pjax
PJ568's Universal System for Else Heart.Break()
mdBook 用 translate.js 实现国际化自动多语言翻译
mdBook 添加 giscus 评论系统支持