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 9c99f6e + ccb045a commit 258c9a1Copy full SHA for 258c9a1
book/07-git-tools/sections/signing.asc
@@ -29,7 +29,7 @@ Once you have a private key to sign with, you can configure Git to use it for si
29
30
[source,console]
31
----
32
-$ git config --global user.signingkey 0A46826A
+$ git config --global user.signingkey 0A46826A!
33
34
35
Now Git will use your key by default to sign tags and commits if you want.
0 commit comments