I would not have started this blog if I was afraid to look stupid in public. Here is my latest attempt:

http://stackoverflow.com/questions/38437946/how-can-a-one-entry-git-repo-be-in-detached-head-status

One thought on “How did my HEAD get detached?

  1. User torek of StackOverflow distills the complexity into one excellent sentence:

    “The precise definition of the “detached HEAD” state is that the name HEAD becomes a pointer to a specific commit ID, rather than containing a branch name.”

    Makes sense to me. Thanks, torek!

Leave a Reply