culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    Which command lets you bring a single specific commit from one branch into another?

    Answers

    git copy-commit
    git cherry-pick <hash>Correct
    git merge-single
    git pick

    Cherry-pick lets you take specific changes without merging the entire branch.