“Git stracił zmiany po resetowaniu” Kod odpowiedzi

reset git zachowaj zmiany

git reset HEAD^ --soft
Itchy Impala

Git stracił zmiany po resetowaniu

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

Odpowiedzi podobne do “Git stracił zmiany po resetowaniu”

Pytania podobne do “Git stracił zmiany po resetowaniu”

Więcej pokrewnych odpowiedzi na “Git stracił zmiany po resetowaniu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu