有一些方法可以在以后的提交中更改消息:
git commit --amend # for the most recent commit
git rebase --interactive master~2 # but requires *parent*
如何更改第一次提交(没有父项)的提交消息?
另请参见stackoverflow.com/questions/11987914/...
—
fork0
特别是:在
—
fork0
git filter-branch --msg-filter