Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Created December 1, 2013 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikesorae/7730857 to your computer and use it in GitHub Desktop.
Save mikesorae/7730857 to your computer and use it in GitHub Desktop.
git filter branch for rename author and commiter
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