Skip to content

Instantly share code, notes, and snippets.

@nv-h
Created December 18, 2020 01:23
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 nv-h/931edcd34bd7195e5415140b4d2441db to your computer and use it in GitHub Desktop.
Save nv-h/931edcd34bd7195e5415140b4d2441db to your computer and use it in GitHub Desktop.
git filter-branch -f --env-filter "\
GIT_AUTHOR_NAME='nv-h'; \
GIT_AUTHOR_EMAIL='saido_nv@gmail.com'; \
GIT_COMMITTER_NAME='nv-h'; \
GIT_COMMITTER_EMAIL='saido_nv@gmail.com'; \
" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment