Skip to content

Instantly share code, notes, and snippets.

@chairco
Created December 27, 2018 07:13
Show Gist options
  • Save chairco/86515eddb9a1bdff7c691c170956c4f3 to your computer and use it in GitHub Desktop.
Save chairco/86515eddb9a1bdff7c691c170956c4f3 to your computer and use it in GitHub Desktop.
git filter-branch -f --env-filter \
"GIT_AUTHOR_NAME='chairco'; GIT_AUTHOR_EMAIL='<chairco@gmail.com>'; GIT_COMMITTER_NAME='chairco'; GIT_COMMITTER_EMAIL='<chairco@gmail.com>';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment