I've just performed this action: git checkout SHA
to look at the code of a past commit. I would now like to go back to how I had before (I presume this means go back to the HEAD) and carry on. How can I do this?
I tried git log
to get the SHA for my most recent commit but it's not there..