Edit .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
sshCommand = "ssh -i ~/.ssh/my_key"
git rebase --root -i
git rebase --abort
Change commit author.
git commit --amend --author="bnad <me@domain.xyz>" --no-edit