culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a merge conflict in Git?

    Answers

    An error on the Git server
    When two branches modify the same part of a file in different waysCorrect
    When a file is too large to process
    When two developers work in the same repository

    A merge conflict occurs when two branches have modified the same part of a file differently and Git cannot automatically determine which change should prevail. It requires manual intervention before completing the merge.