COMO CONFIGURAR GIT E GITHUB

git config --global user.name "Seu Nome"
git config --global user.email "[email protected]"
Brainy Booby