culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a merge conflict?

    Answers

    When two changes collide in the same fileCorrect
    When a merge cannot be performed
    When one of the files is too large
    When the file is lost

    A merge conflict occurs when two changes on the same line of code in a file cannot be combined automatically.