Skip to content

Instantly share code, notes, and snippets.

@Conaclos
Last active February 17, 2016 19:55

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