culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What does the git cherry-pick command do?

    Answers

    Applies changes from a specific commit to another branchCorrect
    Merges branches
    Deletes commits
    Creates a new branch

    git cherry-pick lets you take changes from a commit on one branch and apply them to another.