git filter-branch -f --env-filter "GIT_AUTHOR_NAME='yourname'; GIT_AUTHOR_EMAIL='youremail@example.com'; GIT_COMMITTER_NAME='yourname'; GIT_COMMITTER_EMAIL='youremail@example.com';" HEAD;
Note: if you are using the code above remember to update the placeholders with your own information.
git push --force origin master
If you want to keep up to date on what I am working on or get notified when I post a new note. Sign up for my emailing list.
Thanks for reading.
Your truly,
Denzil Doyle