If you make a commit as the wrong author, you can change it, and then amend:

git config user.name "Full Name"
git config user.email "[email protected]"

git commit --amend --reset-author