I am trying to rewind my repository a few commits back.
After opening the commit log, I choose the commit that I want to rewind to, then Reset "master" to this...
, then Hard: Reset working tree and index
.
When opening the logs again, all later commits are indeed gone.
But when I pull the repository from clean, they're back in there.
This task used to be simple with Subversion (although, not entirely deleting a bunch of commits, just reverting to a previous commit, which doesn't show in Tortoise Git menu unless you choose THE previous commit, i.e., one before most recent).
Any idea how to achieve my goal?