修改提交的作者
如果你將提交作為錯誤的作者,你可以更改它,然後進行修改
git config user.name "Full Name"
git config user.email "email@example.com"
git commit --amend --reset-author
如果你將提交作為錯誤的作者,你可以更改它,然後進行修改
git config user.name "Full Name"
git config user.email "email@example.com"
git commit --amend --reset-author