culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    Which command is used to apply the changes from a commit on another branch without bringing the entire branch?

    Answers

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

    Cherry-pick is useful for porting specific patches or fixes across versions.