Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jclusso/e6501e85b23cd6cd7c8f42f41f5fde2b to your computer and use it in GitHub Desktop.
Save jclusso/e6501e85b23cd6cd7c8f42f41f5fde2b to your computer and use it in GitHub Desktop.
change_git_author.sh
git-filter-repo --name-callback 'return name.replace(b"old name", b"new name")'
git-filter-repo --email-callback 'return email.replace(b"old@email.com", b"new@email.com")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment