Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SakuraKoi/511b68d90e1cf9dfc5a58683f3abb406 to your computer and use it in GitHub Desktop.
Save SakuraKoi/511b68d90e1cf9dfc5a58683f3abb406 to your computer and use it in GitHub Desktop.
reset all commit's author in a git repo
```
git rebase --root --exec "git commit --amend --no-edit --reset-author --allow-empty"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment