Change the Author and Committer Name/Email for Multiple Commits in Git?
Fleeting- Référence externe : https://stackoverflow.com/questions/750172/how-do-i-change-the-author-and-committer-name-email-for-multiple-commits
git,
git rebase -r <some commit before all of your bad commits> \ –exec ‘git commit –amend –no-edit –reset-author’
git filter-repo –mailmap git-mailmap