Skip to content

Instantly share code, notes, and snippets.

@Koriit
Created October 13, 2020 10:34
Show Gist options
  • Save Koriit/74ad08ad9e186d24f90afd9ffc727257 to your computer and use it in GitHub Desktop.
Save Koriit/74ad08ad9e186d24f90afd9ffc727257 to your computer and use it in GitHub Desktop.
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='To Name'; GIT_AUTHOR_EMAIL='to@email.com'; GIT_COMMITTER_NAME='To Name'; GIT_COMMITTER_EMAIL='to@email.com';" HEAD;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment