Git & Github
por Kelvin B

1. 1 - Configurando o Git
1.1. email e senha
1.1.1. git config --global user.name "nome"
1.1.2. git config --global user.mail "email"
2. 2 - Conceitos de Git
2.1. repositório
2.1.1. GIT STATUS
2.1.2. GIT INIT
2.1.2.1. não inicie um repositório dentro de outro repositório
2.2. staging area
2.2.1. - GIT ADD
2.3. commit
2.3.1. git commit
2.3.2. git commit -m "mensagem"
2.4. logs
2.4.1. - git log