Skip to content

Instantly share code, notes, and snippets.

@Conaclos
Last active February 17, 2016 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Conaclos/b6de89db12625f2e5168 to your computer and use it in GitHub Desktop.
Save Conaclos/b6de89db12625f2e5168 to your computer and use it in GitHub Desktop.

Would you like to change your public committer email? You are in the right place!

Warning: The next git command change the entire branch historic. Apply it only on unshared repositories.

git filter-branch -f --env-filter "GIT_AUTHOR_EMAIL='email@email'; GIT_COMMITTER_EMAIL='email@email';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment