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
git reset --hard 0821842 # откатить локально
git push --force # откатить на внешнем, это удалит и создаст заново ветку
# создать синтетический коммит, отменяющий последние коммиты
git merge --ff $(git commit-tree -p master -m "Rollback to commit 0821842" 0821842^{tree})
git push
# можно ещё для надёжности проверить, что новое состояние действительно совпадает с желаемым
git diff master 0821842
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question