What's git checkout
used for?
Awesome! We can use git checkout
with a branch name to switch to a branch or with a hash code or tag to move the HEAD
to another commit.
Drat! We can use git checkout
with a branch name to switch to a branch or with a hash code or tag to move the HEAD
to another commit.