I just checked out an earlier commit from my local git repo. I haven\'t made any changes to it, I was just looking at it. Now I want to go back to my latest commit - how do
You probably want git checkout master, or git checkout [branchname].
git checkout master
git checkout [branchname]