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 a branch into the active branch?

    Answers

    git merge <branch_name>Correct
    git union <branch_name>
    git combine <branch_name>
    git join <branch_name>

    The git merge <branch_name> command is used to merge changes from one branch into the current one.