git checkout

Comprueba una rama o rutas con el árbol de trabajo. Más información: https://git-scm.com/docs/git-checkout.

git checkout -b {{nombre_de_la_rama}}

git checkout -b {{nombre_de_la_rama}} {{referencia}}

git checkout {{nombre_de_la_rama}}

git checkout -

git checkout --track {{nombre_remoto}}/{{nombre_de_la_rama}}

git checkout .

git checkout {{nombre_del_archivo}}

git checkout {{nombre_de_la_rama}} -- {{nombre_del_archivo}}