culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    What does git checkout - do?

    Answers

    It goes to the root branch.
    It switches you to the branch you were on previously.Correct
    It deletes the last change.
    It creates an anonymous branch.

    It is similar to the cd - command in the terminal, but for Git branches.