Which of these commands can bring us back to the latest commit?

git checkout mastergit checkout HEADgit log mastergit log

Woot! We use git checkout to switch between commits. When we use it with master, we can switch to the latest commit.

Not quite! We use git checkout to switch between commits. When we use it with master, we can switch to the latest commit.