“O que é o checkout da força no git” Respostas de código

Git Force Checkout

git checkout -f <Branch Name>
Embarrassed Echidna

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

Perguntas semelhantes a “O que é o checkout da força no git”

Mais respostas relacionadas para “O que é o checkout da força no git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código