Skip to content

Instantly share code, notes, and snippets.

@czuger
Created December 25, 2024 11:32
Show Gist options
  • Save czuger/ec4235128aa2f7e75964fd92eaecec86 to your computer and use it in GitHub Desktop.
Save czuger/ec4235128aa2f7e75964fd92eaecec86 to your computer and use it in GitHub Desktop.
Reset all commit author in branch history
git rebase -r --root --exec "git commit --amend --no-edit --author '[email protected]'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment