Created
May 8, 2023 14:09
-
-
Save jclusso/e6501e85b23cd6cd7c8f42f41f5fde2b to your computer and use it in GitHub Desktop.
change_git_author.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-filter-repo --name-callback 'return name.replace(b"old name", b"new name")' | |
git-filter-repo --email-callback 'return email.replace(b"[email protected]", b"[email protected]")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment