git checkout

Faz checkout de uma branch ou caminhos para uma árvore de trabalho. Mais informações: https://git-scm.com/docs/git-checkout.

git checkout -b {{nome_da_branch}}

git checkout -b {{nome_da_branch}} {{referência}}

git checkout {{nome_da_branch}}

git checkout -

git checkout --track {{nome_remoto}}/{{nome_da_branch}}

git checkout .

git checkout {{caminho/para/arquivo}}

git checkout {{nome_da_branch}} -- {{caminho/para/arquivo}}