Git - Cherry-Pick and Advanced Merging
You cherry-pick a commit that modifies a file already changed on your branch, causing conflicts. After resolving conflicts, which command finalizes the cherry-pick?
git cherry-pick --continue to complete the process.git commit alone won't finalize cherry-pick; git merge --continue is for merges, not cherry-pick.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions