git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

git meta cherry-pick doesn't support -no/--no-commit option

Open petroseskinder opened this issue 6 years ago • 0 comments

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.

petroseskinder avatar Apr 25 '19 09:04 petroseskinder