culTest

    One of the 24 questions in this topic

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

    What does the git diff branch1..branch2 command do?

    Answers

    It merges the two branches.
    It shows content differences between two separate branches.Correct
    It deletes the difference.
    It creates a third branch.

    It is essential for reviewing what changes exist on a branch before attempting a merge.