Git Branch
git branch # listar branches
git branch -a # listar os branches
git checkout [BRANCH] # trocar para o [BRANCH]
11 de jul. de 2025
git branch # listar branches
git branch -a # listar os branches
git checkout [BRANCH] # trocar para o [BRANCH]