Git - Cherry-Pick and Advanced Merging
After running these commands:
What is the expected outcome if no conflicts exist?
git checkout master git merge featureX featureY featureZ
What is the expected outcome if no conflicts exist?
