Git - Cherry-Pick and Advanced Merging
What is the main purpose of using
git cherry-pick with multiple commits?git cherry-pick with multiple commits?The git cherry-pick command is used to copy specific commits from one branch to another without merging the entire branch.
Merging combines all changes, deleting commits removes history, and creating branches is unrelated to cherry-picking commits.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions