Configurações de usuário para Git

git config --global user.name "Your Name" git config --global user.email you@example.com

Comentários