- Published on
How to reset author information in all commits
On Windows
git filter-branch -f --env-filter " GIT_AUTHOR_NAME='your name' GIT_AUTHOR_EMAIL='[email protected]' " HEAD
On Windows
git filter-branch -f --env-filter " GIT_AUTHOR_NAME='your name' GIT_AUTHOR_EMAIL='[email protected]' " HEAD