Which of these HEAD
-related statements are true?
HEAD
points to the current commitHEAD
points to in .git/HEAD
HEAD
points to the most important commit in a repositoryHEAD
stateSweet! The HEAD
points to the currently checked-out commit. When we check out older commits, we put ourselves in detached-HEAD
state.
Whoops! The HEAD
points to the currently checked-out commit. When we check out older commits, we put ourselves in detached-HEAD
state.