Skip to content

Instantly share code, notes, and snippets.

@ericjames
Created November 30, 2022 03:21
Show Gist options
  • Save ericjames/06e70db465b396967fadbcea4c159a14 to your computer and use it in GitHub Desktop.
Save ericjames/06e70db465b396967fadbcea4c159a14 to your computer and use it in GitHub Desktop.
Fix author and email of all git commits

git rebase -i --root -x "git commit --amend --reset-author -CHEAD"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment