Изменить автора коммита после толчка
git commit --amend --author="Author Name <email@address.com>" --no-edit
Healthy Horse
git commit --amend --author="Author Name <email@address.com>" --no-edit
git rebase -i HEAD~2
git commit --amend --author="Cesar Bueno <cesar.bueno.tx@gmail.com>"
git rebase --continue