I've changed my Git author author name from "First Last <myemail@email.com>" to "First Last <otheremail@email.com>"
The two email addresses are associated with different Github accounts and I'm migrating all my personal projects to the second one.
My problem is that all my past work on some private repositories (I'm the only contributor) was done using the first account. The migrated code appears to have been committed by some other user. How can I force change all the commits to use my new Git author name??
If I can do that, I can force push the change to Github and the work will appear to have all been done by the user First Last , which is what I want.
Thanks!