Setar email no git:
git config --global user.email joao@dalua.com.br
O FOCO DO NOSSO SITE É MATEMÁTICA E PROGRAMAÇÃO DE SOFTWERE
Setar email no git:
git config --global user.email joao@dalua.com.br
Setar usuário no git:
git config --global user.name "danilo"
Para pedir ajuda no git:
git help
ou em algo specifico:
git help add
git help commit
git help <comando_git>
Basta usar o git rm meudoc.qualquercoisa e enter para remover o arquivo que vc quer remover.
Mostra as modificações que vc fez. Use git branch no seu terminal e em seguida use o git status para verificar as modificações.
git status