I've recently modified my git username. I was wondering if there is a way to move my commits under my old username to the new one?
Asked
Active
Viewed 64 times
0
-
2From [this related post](http://stackoverflow.com/questions/750172/change-the-author-of-a-commit-in-git) you'll want to follow the script that GitHub has provided [here](https://help.github.com/articles/changing-author-info/). – vsahu Jun 23 '15 at 17:09
-
1See also [this `.mailmap` suggestion](http://stackoverflow.com/questions/23427247/how-to-change-committed-user-name-in-bitbucket/30373772#30373772), which should let you solve this without rewriting any history. – ChrisGPT was on strike Jun 23 '15 at 17:59
-
1This question is a duplicate of http://stackoverflow.com/questions/750172/change-the-author-of-a-commit-in-git – Nick Volynkin Jun 23 '15 at 18:00