After doing this tutorial you will know how to
git update-ref
commandRead the first section of the page on Git Internals - git References. Stop at the heading ‘The HEAD’. We will cover that in the next lesson.
symbolic-ref
to do the equivalent of: git checkout myfeaturebranch
Proceed to the Git HEAD Reference lesson.