Created
November 26, 2020 21:07
-
-
Save stefanDeveloper/e7ad4fa0b3af9040adfde8fbe170c377 to your computer and use it in GitHub Desktop.
Git change all commits
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-branch -f --env-filter \ | |
"GIT_AUTHOR_NAME='NAME'; GIT_AUTHOR_EMAIL='E-MAIL'; \ | |
GIT_COMMITTER_NAME='NAME'; GIT_COMMITTER_EMAIL='E-MAIL';" HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment