“Git Force Checkout” Respostas de código

Git Force Checkout

git checkout -f <Branch Name>
Embarrassed Echidna

Commiti de checkout do git

git checkout <commit>
Pushy Pants

O que é o checkout da força no 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

Respostas semelhantes a “Git Force Checkout”

Perguntas semelhantes a “Git Force Checkout”

Mais respostas relacionadas para “Git Force Checkout” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código