“Git Force Checkout” Ответ

Git Force Checkout

git checkout -f <Branch Name>
Embarrassed Echidna

GIT Checkout Commit

git checkout <commit>
Pushy Pants

Что такое заказа силы в git

Force a Checkout
Pass the -f or --force optionwith the git checkout command
to force Git to switch branches, 
even if you have un-staged changes 
(in other words, the index of the working tree differs from HEAD).

Basically, it can be used to throw away local changes
Quaint Quail

Ответы похожие на “Git Force Checkout”

Вопросы похожие на “Git Force Checkout”

Больше похожих ответов на “Git Force Checkout” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования