Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try via console
//Откатиться до комита с хешем <commit_hash>
git reset --hard <commit_hash>
//Откатиться на 3 коммита назад
git reset --hard HEAD~3
//Временно вернутся к состоянию коммита с хешем
git checkout <commit_hash>
//Создать новую ветку из коммита
git checkout -b <branch_name> <commit_hash>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question