GitHub
Criando uma conta no GitHub
Iniciando o uso do GitHub
Git commands
How to config git
git config --global user.name "Your Name"
git config --global user.email yourmail@domain.tld
It's recommended to verify that the your Git installation is not performing any transformation between LFs and CRLFs.
git config --global core.autocrlf false
git config list --show-origin