you need to reconfigure your email
$ git config user.email <your email>
$ git commit --amend --reset-author
git commit --amend updates your last commits
you need to reconfigure your email
$ git config user.email <your email>
$ git commit --amend --reset-author
git commit --amend updates your last commits