Skip to content

Instantly share code, notes, and snippets.

@bntzio
Created February 24, 2018 23:59
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 bntzio/aca2379d1eaa908b20a0711a3a5ac541 to your computer and use it in GitHub Desktop.
Save bntzio/aca2379d1eaa908b20a0711a3a5ac541 to your computer and use it in GitHub Desktop.
Change git commit author in bulk
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Your name'; GIT_AUTHOR_EMAIL='Your email'; GIT_COMMITTER_NAME='Your name'; GIT_COMMITTER_EMAIL='Your email';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment