Created
June 13, 2018 12:32
-
-
Save smartdeal/5d24089fbc06d910d4bb3a92593031e9 to your computer and use it in GitHub Desktop.
[Машина времени] #GIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Смотрим список последних коммитов во всех ветках, | |
# каждый из которых имеет вид `index HEAD@{index}`. | |
# Выбираем первый коммит перед нашим косячным | |
git reflog | |
# Используем всю магию машины времени | |
git reset HEAD@{index} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment