git config user.name "UsernameGithub"
git config user.email teste@gmail.com
- Comandos git: https://github.com/joshnh/Git-Commands/blob/master/READMEpt.md
- Adicionar ao stagging: git add .
- Adicionar mensagem: git commit -m "mensagem aqui"
- Subir para o repositorio: git push