Created
January 11, 2015 21:53
-
-
Save safchain/c3e4494945599ac1c58c to your computer and use it in GitHub Desktop.
Change commiter/author
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 --env-filter ' | |
newname="Sylvain Afchain" | |
newemail="[email protected]" | |
GIT_AUTHOR_EMAIL="$newemail" | |
GIT_COMMITTER_EMAIL="$newemail" | |
GIT_AUTHOR_NAME="$newname" | |
GIT_COMMITTER_NAME="$newname"' HEAD~1..HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment