StackOverflow 文件 Git 教程 提交 修改提交的作者 修改提交的作者 Created: November-22, 2018 如果你將提交作為錯誤的作者,你可以更改它,然後進行修改 placeholderCopygit config user.name "Full Name" git config user.email "email@example.com" git commit --amend --reset-author 修改提交時間