Konubinix' opinionated web of thoughts

Change the Author and Committer Name/Email for Multiple Commits in Git?

Fleeting

git,

git rebase -r <some commit before all of your bad commits> \ –exec ‘git commit –amend –no-edit –reset-author’

https://stackoverflow.com/questions/750172/how-do-i-change-the-author-and-committer-name-email-for-multiple-commits

git filter-repo –mailmap git-mailmap

https://stackoverflow.com/questions/750172/how-do-i-change-the-author-and-committer-name-email-for-multiple-commits