I'll start from saying that I've using mainly SVN and our project moved recently to Git. I figure out that I don't really understand lot of GIT principles.
My question is practical:
We have a GIT repo hosted on a central place (Beanstalk) and all of us push and pull there.
Now, my local repo got broken, and I need to recreate it. But not the latest revision but a specific one in the past (bc213be6
, just an example).
How can I accomplish this?
I would clone the central repository but, as I said above, I need the none latest version.
Thanks
Gidi