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 8de4338 + bea7d16 commit 0f51322Copy full SHA for 0f51322
Documentation/git-cherry-pick.txt
@@ -51,9 +51,10 @@ OPTIONS
51
message prior to committing.
52
53
-x::
54
- When recording the commit, append to the original commit
55
- message a note that indicates which commit this change
56
- was cherry-picked from. Append the note only for cherry
+ When recording the commit, append a line that says
+ "(cherry picked from commit ...)" to the original commit
+ message in order to indicate which commit this change was
57
+ cherry-picked from. This is done only for cherry
58
picks without conflicts. Do not use this option if
59
you are cherry-picking from your private branch because
60
the information is useless to the recipient. If on the
0 commit comments