General
Update git commit author
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Nick Blumenthal'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='Nick Blumenthal'; GIT_COMMITTER_EMAIL='[email protected]';" HEAD
General
Update git commit author
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Nick Blumenthal'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='Nick Blumenthal'; GIT_COMMITTER_EMAIL='[email protected]';" HEAD