Skip to content

Instantly share code, notes, and snippets.

@romanz
Created October 11, 2011 18:03
Show Gist options
  • Save romanz/1278864 to your computer and use it in GitHub Desktop.
Save romanz/1278864 to your computer and use it in GitHub Desktop.
Fix author/commiter information in GIT repository
git filter-branch -f --env-filter "export GIT_AUTHOR_NAME='Roman Zeyde'; export GIT_COMMITTER_NAME='Roman Zeyde'; export GIT_AUTHOR_EMAIL='[email protected]'; export GIT_COMMITTER_EMAIL='[email protected]'" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment