What does a "detached HEAD" mean in Git?
It's an error indicating that a specific commit has not been found.
It's a situation where the HEAD pointer refers to multiple branches at once.
It's a situation where the HEAD pointer refers directly to a specific commit rather than a branch.
It's an error that occurs when a branch merge is impossible.