SyntaxFix
Write A Post
Hire A Developer
Questions
Find the <SHA#> for the commit you want to go. You can find it in github or by typing git log or git reflog show at the command line and then do git reset --hard <SHA#>
<SHA#>
git log
git reflog show
git reset --hard <SHA#>