Ok, I followed this advice: git reset --hard <tag/branch/commit id>
from this question
And I got this message: HEAD is now at ######## specific update
.
The issue is that this is at main branch? I was trying to do this to gh-pages.
How do I roll back to that specific commit in gh-pages?
Thanks
EDIT
Really puzzled by this, but just ran git log
right now, and it's at where I chose to roll it back in gh-pages, but if I look at the output of the gh-pages, it's still the same, ie, not to the rollback version, if that makes any sense.
Super puzzled by this!