We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c84364a + f907282 commit c809f42Copy full SHA for c809f42
Documentation/git-cherry-pick.txt
@@ -131,7 +131,8 @@ effect to your index in a row.
131
--keep-redundant-commits::
132
If a commit being cherry picked duplicates a commit already in the
133
current history, it will become empty. By default these
134
- redundant commits are ignored. This option overrides that behavior and
+ redundant commits cause `cherry-pick` to stop so the user can
135
+ examine the commit. This option overrides that behavior and
136
creates an empty commit object. Implies `--allow-empty`.
137
138
--strategy=<strategy>::
0 commit comments