标签: git amend
有没有办法从命令行改写git commit消息?
git commit --amend --message="New message"
类似于我们可以通过git commit --amend --author="New Author Name <email@address.com>"更改作者姓名
git commit --amend --author="New Author Name <email@address.com>"