Skip to content

Instantly share code, notes, and snippets.

@nathanallen
Created November 17, 2016 19:12
Show Gist options
  • Select an option

  • Save nathanallen/2047d2fb8e04027d5e7f93ecbe3b8a59 to your computer and use it in GitHub Desktop.

Select an option

Save nathanallen/2047d2fb8e04027d5e7f93ecbe3b8a59 to your computer and use it in GitHub Desktop.
#!/bin/bash
git filter-branch --env-filter '
if test "$GIT_AUTHOR_EMAIL" = "[email protected]"
then
[email protected]
export GIT_AUTHOR_EMAIL
fi
' -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment