“Git perdeu mudanças após a redefinição -manter” Respostas de código

Reset Git Mantenha as alterações

git reset HEAD^ --soft
Itchy Impala

Git perdeu mudanças após a redefinição -manter

git reflog is your friend.
Find the commit that you want to be on in that list and you can reset to it
for example:git reset --hard e870e41

(If you didn't commit your changes... you might be in trouble - commit early, and commit often!)
Aryman

Respostas semelhantes a “Git perdeu mudanças após a redefinição -manter”

Perguntas semelhantes a “Git perdeu mudanças após a redefinição -manter”

Mais respostas relacionadas para “Git perdeu mudanças após a redefinição -manter” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código