Skip to content

Instantly share code, notes, and snippets.

@Kennyl
Created August 6, 2015 03:25
Show Gist options
  • Save Kennyl/96d4b1ef778bf8f8156a to your computer and use it in GitHub Desktop.
Save Kennyl/96d4b1ef778bf8f8156a to your computer and use it in GitHub Desktop.
One liner Change commiter name
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='nobody'; GIT_AUTHOR_EMAIL='nobody@localhost'; GIT_COMMITTER_NAME='nobody'; GIT_COMMITTER_EMAIL='nobody@localhost';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment