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.
1 parent bffd81b commit fe12d50Copy full SHA for fe12d50
practices/guides/commit-signing.md
@@ -53,7 +53,7 @@
53
gpg --armor --export <my_email_address> | pbcopy
54
```
55
56
- > Your PGP PUBLIC KEY is now in your clipboard!
+ > Your PGP PUBLIC KEY is now in your clipboard!
57
58
1. [Add the public key to your GitHub account](https://github.com/settings/gpg/new) (`Settings` -> `SSH and GPG keys` -> `New GPG key`)
59
@@ -102,8 +102,7 @@
102
gpg --armor --export <my_email_address> | clip
103
104
105
- > [!NOTE]
106
107
108
109
0 commit comments