git-checkout
Extraire une branche ou des chemins vers l'arborescence de travail. Plus d'informations : https://git-scm.com/docs/git-checkout.
git checkout -b {{nom_de_branche}}
git checkout -b {{nom_de_branche}} {{référence}}
git checkout {{nom_de_branche}}
git checkout -
git checkout --track {{nom_distant}}/{{nom_de_branche}}
git reset
pour plus de commandes d'annulation) :git checkout .
git checkout {{filename}}
git checkout {{nom_de_branche}} -- {{filename}}