“Git a perdu les changements après la réinitialisation -” Réponses codées

git réinitialiser les changements

git reset HEAD^ --soft
Itchy Impala

Git a perdu les changements après la réinitialisation -

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

Réponses similaires à “Git a perdu les changements après la réinitialisation -”

Questions similaires à “Git a perdu les changements après la réinitialisation -”

Plus de réponses similaires à “Git a perdu les changements après la réinitialisation -” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code