Skip to content

Instantly share code, notes, and snippets.

@czuger
Created December 25, 2024 11:32
Show Gist options
  • Select an option

  • Save czuger/ec4235128aa2f7e75964fd92eaecec86 to your computer and use it in GitHub Desktop.

Select an option

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 'you.email@mail.com'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment