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.
1 parent b5c1a28 commit ab7e63eCopy full SHA for ab7e63e
Documentation/git-cherry-pick.txt
@@ -7,7 +7,7 @@ git-cherry-pick - Apply the change introduced by an existing commit
7
8
SYNOPSIS
9
--------
10
-'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] <commit>
+'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>
11
12
DESCRIPTION
13
-----------
@@ -70,6 +70,10 @@ effect to your index in a row.
70
--signoff::
71
Add Signed-off-by line at the end of the commit message.
72
73
+--ff::
74
+ If the current HEAD is the same as the parent of the
75
+ cherry-pick'ed commit, then a fast forward to this commit will
76
+ be performed.
77
78
Author
79
------
0 commit comments