git-checkout

checkout Checkout a branch or paths to the working tree.…

git checkout

Checkout a branch or paths to the working tree.

git checkout -b {{branch_name}}

git checkout {{branch_name}}

git checkout --track {{remote_name}}/{{branch_name}}

git checkout .

git checkout {{file_name}}

git checkout {{branch_name}} -- {{file_name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-check-mailmap git-checkout-index →