We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551e4e3 commit bffd81bCopy full SHA for bffd81b
1 file changed
practices/guides/commit-signing.md
@@ -53,8 +53,7 @@
53
gpg --armor --export <my_email_address> | pbcopy
54
```
55
56
-> [!NOTE]
57
-> Your PGP PUBLIC KEY is now in your clipboard!
+ > 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 +102,8 @@
103
102
gpg --armor --export <my_email_address> | clip
104
105
106
107
+ > [!NOTE]
108
109
110
0 commit comments