“Git RefLog” Kod odpowiedzi

Git RefLog

git reflog
# you will see a list of every thing you've
# done in git, across all branches!
# each one has an index HEAD@{index}
# find the one before you broke everything
git reset HEAD@{index}
# magic time machine
Bad Boar

resetowanie refLogów git

git reset HEAD@{1}
Puzzled Parrot

Odpowiedzi podobne do “Git RefLog”

Pytania podobne do “Git RefLog”

Więcej pokrewnych odpowiedzi na “Git RefLog” w Shell/Bash

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

Przeglądaj inne języki kodu