Git - Cherry-Pick and Advanced Merging
You run
git cherry-pick 9a8b7c6 on branch feature. What happens if the commit 9a8b7c6 changes a file that does not exist on feature?