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