0

My global Git config had the wrong username and email address and I forgot to overwrite it in a specific project.

Now there are many commits and pushes done with the wrong username.

Is there any possibility to revert this or do I have to completely destroy the project and make it new?

random
  • 9,774
  • 10
  • 66
  • 83
Rokko_11
  • 837
  • 2
  • 10
  • 24

1 Answers1

0

Try this script from github: https://help.github.com/articles/changing-author-info

This script is difficult to use if you've shared the code with other people, but if not it should work well.

Kyle Boon
  • 5,213
  • 6
  • 39
  • 50