You are in ‘detached HEAD’ state. You are likely to be eaten by a Grue.

oh by the way

diff --git a/advice.c b/advice.c index fd18968943..07fd12b407 100644 --- a/advice.c +++ b/advice.c @@ -244,9 +244,7 @@ void detach_advice(const char *new_name) const char *fmt = _("Note: switching to '%s'.\n" "\n" - "You are in 'detached HEAD' state. You can look around, make experimental\n" - "changes and commit them, and you can discard any commits you make in this\n" - "state without impacting any branches by switching back to a branch.\n" + "You are in 'detached HEAD' state. You are likely to be eaten by a Grue.\n" "\n" "If you want to create a new branch to retain commits you create, you may\n" "do so (now or later) by using -c with the switch command. Example:\n"
this does make the git test suite fail

did you know that git has more than 900 tests which are all shell scripts and take a while to run