File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,12 @@ OPTIONS
55
55
56
56
-n::
57
57
--no-commit::
58
- Usually the command automatically creates a commit with
59
- a commit log message stating which commit was
60
- cherry-picked. This flag applies the change necessary
61
- to cherry-pick the named commit to your working tree
62
- and the index, but does not make the commit. In addition,
63
- when this option is used, your index does not have to match
64
- the HEAD commit. The cherry-pick is done against the
58
+ Usually the command automatically creates a commit.
59
+ This flag applies the change necessary to cherry-pick
60
+ the named commit to your working tree and the index,
61
+ but does not make the commit. In addition, when this
62
+ option is used, your index does not have to match the
63
+ HEAD commit. The cherry-pick is done against the
65
64
beginning state of your index.
66
65
+
67
66
This is useful when cherry-picking more than one commits'
You can’t perform that action at this time.
0 commit comments