I cloned my SVN repo to GIT. When I did it I pointed file with user names.
user1 = User1 <user1@mail.com>
user2 = User2 <user2@mail.com>
Then I updated to github. All users are recognised except one. I discovered that I made speling mistake in email.
I used this method git --filter-branch
.
Change the author and committer name and e-mail of multiple commits in Git
And it changed this user mail successfully. But now when i push to github it sais it is up-to-date and do not want to update user email on github.
How do I update it?