Skip to content

Commit bee8a35

Browse files
authored
Merge pull request #1078 from rpjday/signing
signing.asc: Standardize on using "$" to represent command markup
2 parents ef3b8c8 + 7a4546b commit bee8a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/07-git-tools/sections/signing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ If you don't have a key installed, you can generate one with `gpg --gen-key`.
2222

2323
[source,console]
2424
----
25-
gpg --gen-key
25+
$ gpg --gen-key
2626
----
2727

2828
Once you have a private key to sign with, you can configure Git to use it for signing things by setting the `user.signingkey` config setting.
2929

3030
[source,console]
3131
----
32-
git config --global user.signingkey 0A46826A
32+
$ git config --global user.signingkey 0A46826A
3333
----
3434

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

0 commit comments

Comments
 (0)