[Git] Change commit author

Use git rebase to select commits you want to modify

git rebase -i --root

And then for each rebase step, execute the following:

git commit --amend --reset-author --no-edit
git rebase --continue

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *