After doing this tutorial you will know how to
.git/HEAD
or by using the symbolic-ref
commandRead the section under the heading ‘the HEAD’ on the Git Internals - git References page. Stop at the heading ‘Tags’. We won’t cover that topic in this tutorial.
git checkout master
, which internal commands does that trigger?Proceed to the Wrapping Up lesson.