Skip to content

Instantly share code, notes, and snippets.

@romanz
Created October 11, 2011 18:03
Show Gist options
  • Select an option

  • Save romanz/1278864 to your computer and use it in GitHub Desktop.

Select an option

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='roman.zeyde@gmail.com'; export GIT_COMMITTER_EMAIL='roman.zeyde@gmail.com'" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment