Git - Cherry-Pick and Advanced Merging
Given the following commands run on branch
feature:
git cherry-pick a1b2c3 d4e5f6What will be the result on the
feature branch?