Usually the command automatically creates a commit with a
commit log message stating which commit was cherry-picked. This
flag applies the change necessary to cherry-pick the named commit
to your working tree, but does not make the commit. In addition,
when this option is used, your working tree does not have to match
the HEAD commit. The cherry-pick is done against the beginning
state of your working tree.
This is useful when cherry-picking more than one commits' effect
to your working tree in a row.