culTest

    One of the 25 questions in this topic

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

    What does the git branch command do with no additional arguments?

    Answers

    It creates a branch called branch.
    It lists all local branches in your repository.Correct
    It deletes the current branch.
    It shows branch history.

    It shows the existing branches and highlights the current one with an asterisk.