git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git clone <url do repositorio>
git add .
git commit -m "o que foi commitado"
git push
git pull
git git pull origin <nome da branch>
git branch <nome da branch>
git checkout -b <nome da branch>
git checkout <nome da branch>