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 6c2bec9 + 5f737ac commit 82c41a9Copy full SHA for 82c41a9
Documentation/git-merge.txt
@@ -10,7 +10,7 @@ SYNOPSIS
10
--------
11
[verse]
12
'git merge' [-n] [--stat] [--no-commit] [--squash] [--[no-]edit]
13
- [-s <strategy>] [-X <strategy-option>]
+ [-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
14
[--[no-]rerere-autoupdate] [-m <msg>] [<commit>...]
15
'git merge' <msg> HEAD <commit>...
16
'git merge' --abort
@@ -65,6 +65,10 @@ OPTIONS
65
-------
66
include::merge-options.txt[]
67
68
+-S[<keyid>]::
69
+--gpg-sign[=<keyid>]::
70
+ GPG-sign the resulting merge commit.
71
+
72
-m <msg>::
73
Set the commit message to be used for the merge commit (in
74
case one is created).
0 commit comments