What statement best describes Git's concept of HEAD?
a pointer to the most recent commit in the currently checked-out branch
a pointer to where the repository is stored in memory
a pointer to the most recently changed file in the stage/index
a pointer to the master branch