culTest

    One of the 25 questions in this topic

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

    Which command graphically shows the tree of branches and commits in the terminal?

    Answers

    git log --graph --oneline --allCorrect
    git tree
    git show-branches
    git draw

    It is the best way to visualize how branches diverge and converge in the console.