Skip to content

Instantly share code, notes, and snippets.

@Ulv
Created May 21, 2016 09:18
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 Ulv/4f5b40c1c891014ff66c5d474cddf8e6 to your computer and use it in GitHub Desktop.
Save Ulv/4f5b40c1c891014ff66c5d474cddf8e6 to your computer and use it in GitHub Desktop.
Rewrite git commiter in repository
git filter-branch --commit-filter 'export GIT_AUTHOR_NAME="author" ; export GIT_AUTHOR_EMAIL=email@mail.com; git commit-tree "$@"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment