Skip to content

Commit 18e17ac

Browse files
Update paste-gpg-key-id.md
Remove the advice about a trailing '!' This definitely does not work for me on Linux with gpg and git. Leaving off the trailing '!' works perfectly however.
1 parent 04c4574 commit 18e17ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/reusables/gpg/paste-gpg-key-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
git config --global user.signingkey 3AA5C34371567BD2
55
```
66

7-
Alternatively, when setting a subkey include the `!` suffix. In this example, the GPG subkey ID is `4BB6D45482678BE3`:
7+
Alternatively, you may want to use a subkey. In this example, the GPG subkey ID is `4BB6D45482678BE3`:
88

99
```shell
10-
git config --global user.signingkey 4BB6D45482678BE3!
10+
git config --global user.signingkey 4BB6D45482678BE3
1111
```

0 commit comments

Comments
 (0)