Skip to content

Instantly share code, notes, and snippets.

@Sebdevar
Created June 13, 2025 00:20
Show Gist options
  • Save Sebdevar/61856d98831c9bcf299dc626cf286307 to your computer and use it in GitHub Desktop.
Save Sebdevar/61856d98831c9bcf299dc626cf286307 to your computer and use it in GitHub Desktop.
Resign all commits with the correct email
git rebase -X -i --root --exec "git commit --amend --author=\"Tom Jerry <[email protected]>\" --no-edit --allow-empty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment