Skip to content

Commit

Permalink
Merge pull request #1763 from kariya-mitsuru/fix-signingkey
Browse files Browse the repository at this point in the history
Fix user.signingkey example
  • Loading branch information
ben committed Jun 20, 2022
2 parents 9c99f6e + ccb045a commit 258c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/signing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once you have a private key to sign with, you can configure Git to use it for si

[source,console]
----
$ git config --global user.signingkey 0A46826A
$ git config --global user.signingkey 0A46826A!
----

Now Git will use your key by default to sign tags and commits if you want.
Expand Down

0 comments on commit 258c9a1

Please sign in to comment.