标签: git
git commit --amend --author="..."仅更改作者姓名,但不会更改提交名称和日期,因此它们会匹配。怎么能实现呢?
git commit --amend --author="..."
答案 0 :(得分:1)
git commit --amend会在您的编辑器中打开提交,然后您可以修改文本。
git commit --amend
或者您可以使用
--date
--message