Using git, I have mistakenly pushed some of my commits then noticed that my name is having a spelling mistake. Then i corrected my name from git config. But git log does not show under single user. I would like to modify my misspelled name into newly corrected name in the commits that I have already pushed, so that git will show all logs under single user (Me).
Is there any way?