Skip to content

Instantly share code, notes, and snippets.

@igstan
Created August 12, 2010 18:20
Show Gist options
  • Save igstan/521409 to your computer and use it in GitHub Desktop.
Save igstan/521409 to your computer and use it in GitHub Desktop.
git filter-branch --env-filter 'export GIT_AUTHOR_EMAIL="email@address.com"' HEAD
git filter-branch --env-filter 'export GIT_COMMITTER_EMAIL="email@address.com"' HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment