Skip to content

Instantly share code, notes, and snippets.

@safchain
Created January 11, 2015 21:53
Show Gist options
  • Save safchain/c3e4494945599ac1c58c to your computer and use it in GitHub Desktop.
Save safchain/c3e4494945599ac1c58c to your computer and use it in GitHub Desktop.
Change commiter/author
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