Skip to content

Instantly share code, notes, and snippets.

@bscott
Created October 3, 2013 23:01
Show Gist options
  • Select an option

  • Save bscott/6818434 to your computer and use it in GitHub Desktop.

Select an option

Save bscott/6818434 to your computer and use it in GitHub Desktop.
Rewrite Author
git filter-branch --env-filter 'if [ $GIT_COMMITTER_EMAIL = Brian.L.Scott@Disney.com ]; then GIT_COMMITTER_EMAIL=brainscott@gmail.com; fi; export GIT_COMMITTER_EMAIL' -f
git filter-branch --env-filter 'if [ $GIT_AUTHOR_EMAIL = Brian.L.Scott@Disney.com ]; then GIT_AUTHOR_EMAIL=brainscott@gmail.com; fi; export GIT_AUTHOR_EMAIL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment