Git || Resolve cherry pick conflicts - mpaz-redstage/magento-snippets GitHub Wiki
git cherry-pick 5699da6725762c204de82af64fa01c4052b7d6d0
then you get some conflicts, steps to fix it
- resolve the conflicts manually
- git add all of the files that you fixed the conflicts
- git cherry-pick --continue
- am editor will be open to you change the commit message
all done :)