Adicionar usuário Git e e -mail
git config --global user.email "[email protected]"
git config --global user.name "My Name"
Worried Monkey
git config --global user.email "[email protected]"
git config --global user.name "My Name"
git config --global user.name "John Doe"
git config --global user.email [email protected]
$ git config credential.helper store
$ git push https://github.com/owner/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
$ git config --global user.name
> Mona Lisa
$ git config remote.origin.url git+ssh://[email protected]/youriserid/repoid.git