culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a merge in Git?

    Answers

    Deleting a branch
    Combining two or more branchesCorrect
    Renaming a file
    Creating a remote repository

    A merge in Git is the process of combining changes from one branch into another. When a merge is performed, Git tries to integrate the changes automatically, creating a new commit with two parents if needed.