Answer the question
In order to leave comments, you need to log in
How to undo one commit?
A commit (merge) was made, which caused errors. After it there were a lot of commits from other people, PR and so on.
Is there any way to undo that one commit?
Answer the question
In order to leave comments, you need to log in
children - looks directly at children. in your case you should use find()
git log
git revert хеш-значение нужного коммита
git reflog
git reset --hard [email protected]{number}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question