-
-
Save iamsahilsonawane/a5ba6faaecaad39e3ae0133ca43a5c7d to your computer and use it in GitHub Desktop.
Git: Reset author for all commits
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single liner for ZSH
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Sahil Sonawane';GIT_AUTHOR_EMAIL='[email protected]';GIT_COMMITTER_NAME='Sahil Sonawane';GIT_COMMITTER_EMAIL='[email protected]';" HEAD