Which of these commands can bring us back to the latest commit?
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.