Git - Cherry-Pick and Advanced Merging
Why might cherry-picking multiple commits cause duplicate commits in history, and how can this be avoided?
Cherry-pick applies commits by creating new commits with new hashes, duplicating changes in history.
Merging branches preserves commit history without duplication, avoiding duplicate commits.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions