Created
December 1, 2013 10:06
-
-
Save mikesorae/7730857 to your computer and use it in GitHub Desktop.
git filter branch for rename author and commiter
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='__email__'; GIT_COMMITTER_NAME='__name__'; | |
GIT_COMMITTER_EMAIL='__email__';" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment