culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command shows the available branches in the repository?

    Answers

    git branchCorrect
    git list
    git show
    git status

    The git branch command shows all available branches in the repository.