Posts by yurifariasg • 86 points
1 post
-
7
votes2
answers11748
viewsA: How do I get back to the previous commit from a remote branch?
A quick way to do this is by doing a force push after you’ve checked out the commit you want Ex. git checkout <commit_hash> git push origin desenvolvimento --force This is probably not the…
gitanswered yurifariasg 86