culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to merge changes?

    Answers

    git splice
    git mergeCorrect
    git combine
    git join

    The git merge command is used to merge changes from one branch into another.