GIT RESET CEREFITERS
$ git config --global user.name "John Doe"
$ git config --global user.email "john@doe.org"
$ git config --global user.name "John Doe"
$ git config --global user.email "john@doe.org"
git commit --author="John Doe <john@doe.org>"