Como assinar no GitHub do terminal
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
or to see the signed in user
git config --list
guruwalker