I have a git repo like this:
rev3
rev2
rev1
Init repo
and I checkout rev1,
then my git log
looks like:
rev1
Init repo
so how can I go back to rev3? should I always have to copy-paste the git log before I do the checkout? that seems unacceptable for me. I read through Go to particular revision but that wasn't the answer I want, and I believe there must be some way I can do this without a copy-paste, just like tortoiseHg done.