Skip to content

Instantly share code, notes, and snippets.

@chrisyip
Created January 20, 2014 09:04
Show Gist options
  • Save chrisyip/8517121 to your computer and use it in GitHub Desktop.
Save chrisyip/8517121 to your computer and use it in GitHub Desktop.
Modify committer and author information in Git
git filter-branch -f --env-filter "GIT_AUTHOR_NAME=''; GIT_AUTHOR_EMAIL=''; GIT_COMMITTER_NAME=''; GIT_COMMITTER_EMAIL='';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment