Created
October 11, 2011 18:03
-
-
Save romanz/1278864 to your computer and use it in GitHub Desktop.
Fix author/commiter information in GIT repository
This file contains hidden or 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 "export GIT_AUTHOR_NAME='Roman Zeyde'; export GIT_COMMITTER_NAME='Roman Zeyde'; export GIT_AUTHOR_EMAIL='roman.zeyde@gmail.com'; export GIT_COMMITTER_EMAIL='roman.zeyde@gmail.com'" HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment