I want to change the author of one specific commit in the history. It\'s not the last commit.
I know about this question - How do I change the author of a commit in
There is one additional step to Amber's answer if you're using a centralized repository:
git push -f to force the update of the central repository.
git push -f
Be careful that there are not a lot of people working on the same branch because it can ruin consistency.