Git - Cherry-Pick and Advanced Merging
Given the following commands run on branch
main:
git merge featureIf
feature is ahead by 3 commits and no conflicts exist, what will happen by default?