Beginner
Git & Version Control
Q15 / 100
What is "HEAD" in Git?
Correct! Well done.
Incorrect.
The correct answer is B) A reference that points to the current commit/branch you have checked out — essentially "where you currently are"
B
Correct Answer
A reference that points to the current commit/branch you have checked out — essentially "where you currently are"
Explanation
HEAD is a pointer that usually points to the latest commit of the currently checked-out branch; it moves automatically as you make new commits or switch branches.
Progress
15/100