Posts by Marcelo N Simoni • 226 points
1 post
-
21
votes3
answers105525
viewsA: How do I get the project back to a specific commit?
I had this same problem, to solve just use the command below: git reset --hard {hash-do-commit-desejado} Your branch goes straight to the hash desired.…