Git - Cherry-Pick and Advanced Merging
You want to cherry-pick a commit that is a merge commit with hash
def456. Which command correctly cherry-picks it?def456. Which command correctly cherry-picks it?-m <parent-number>.git cherry-pick -m 1 def456 applies the first parent changes from the merge commit.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions