I performed a
git log
and then I checked out a version about 10 versions back to poke around via...
git checkout akdsgh98afguafd7adfg34g4
Now, I want to go back to my most recent checkin. However, when I do a
git log
It only shows me versions older than the one I recently checked out. How do I get back to my most recent version?