In my Bitbucket replica, I see the following:

I would like to go back to where I was when I did this commit with an arrow pointing to it.
In my commit, where I deleted AutoMapper, I deleted a lot of files and folders, and I know that they want to get them back. I want everything to be the same as before when I committed 44f31d5 .
I thought this would be common, so I tried all kinds of messages that I found on SO (you can see my attempt), and it didn't work! I got the last commit by doing
git revert HEAD~1
And committing. I thought that I would return my last commit, instead I would return the second (if that makes sense).
source share