culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What is the detached HEAD state?

    Answers

    A fatal Git error.
    A state where HEAD points to a specific commit instead of a branch.Correct
    When the internet connection is lost.
    When you delete the .git folder.

    It happens when you check out a commit hash. New commits will not belong to any branch unless you create one.