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@example.com"

git commit --amend --reset-author