Created
August 6, 2015 03:25
-
-
Save Kennyl/96d4b1ef778bf8f8156a to your computer and use it in GitHub Desktop.
One liner Change commiter name
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 "GIT_AUTHOR_NAME='nobody'; GIT_AUTHOR_EMAIL='nobody@localhost'; GIT_COMMITTER_NAME='nobody'; GIT_COMMITTER_EMAIL='nobody@localhost';" HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment