Created
March 9, 2014 09:17
-
-
Save Mickey-/9444984 to your computer and use it in GitHub Desktop.
修改作者和所有提交者的name、email
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 --commit-filter 'export GIT_AUTHOR_NAME="Mickey-"; export GIT_AUTHOR_EMAIL="[email protected]";export GIT_COMMITTER_NAME="Mickey-"; export GIT_COMMITTER_EMAIL="[email protected]";git commit-tree "$@"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment