Autor: @Gabriel Henrique Castelo Costa
<aside>
<img src="/icons/git_yellow.svg" alt="/icons/git_yellow.svg" width="40px" /> Documentação Oficial de git em PT-BR:
Git - git Documentation
</aside>
Índice
O que é o git?
1 - Preparando o ambiente Git
1 -git config
2 - git clone
2 - Gerenciando Branches
git branch
git switch
git checkout
3 - Lidando com código
git status
git add
git commit
git push
git merge
git pull
git stash