Skip to content

Instantly share code, notes, and snippets.

@stevenkampen
Created February 28, 2016 19:08
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 stevenkampen/1bcf370bb70d35536ada to your computer and use it in GitHub Desktop.
Save stevenkampen/1bcf370bb70d35536ada to your computer and use it in GitHub Desktop.
git filter-branch -f --env-filter '
export GIT_AUTHOR_NAME="Steven Sherrie";
export GIT_AUTHOR_EMAIL="steve@wasteofpaper.com";
export GIT_COMMITTER_EMAIL="steve@wasteofpaper.com";
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment