We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1db8a commit 8c9c2bdCopy full SHA for 8c9c2bd
Documentation/git-cherry-pick.adoc
@@ -228,6 +228,12 @@ EXAMPLES
228
so the result can be inspected and made into a single new
229
commit if suitable.
230
231
+`git show CHERRY_PICK_HEAD`::
232
+
233
+ Show the commit currently being applied when a cherry-pick
234
+ stops due to conflicts. The `CHERRY_PICK_HEAD` reference
235
+ identifies this commit.
236
237
The following sequence attempts to backport a patch, bails out because
238
the code the patch applies to has changed too much, and then tries
239
again, this time exercising more care about matching up context lines.
0 commit comments