We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1609e commit daf2202Copy full SHA for daf2202
git/GPGNotes.txt
@@ -0,0 +1,6 @@
1
+gpg --full-generate-key
2
+gpg --default-new-key-algo rsa4096 --gen-key
3
+gpg --list-secret-keys --keyid-format=long
4
+gpg --armor --export 3AA5C34371567BD2
5
+git config user.signingkey Your_GPG_key_ID
6
+git config commit.gpgsign true
0 commit comments