'How can I change the email of the author for all of my commits in my repository? [duplicate]

I want to change the email of all of my repository's commits (safley without affecting anything else) so that my contribution graph on github is updated, can someone guide me on what I need to do? If it can be done via github or IntelliJ that would be preferable but will use git commands if necessary.



Solution 1:[1]

You could use Git-filter-repo to change the commit history. They have really good documentation.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Madkoo