git-meta
git-meta copied to clipboard
git meta cherry-pick doesn't support -no/--no-commit option
The --no-commit option is not supported by git-meta cherry-pick.
Here is description of the feature
Usually the command automatically creates a sequence of commits. This flag applies the changes
necessary to cherry-pick each named commit to your working tree and the index, without making any
commit. In addition, when this option is used, your index does not have to match the HEAD commit.
The cherry-pick is done against the beginning state of your index.
This is useful when cherry-picking more than one commits' effect to your index in a row.