Skip to content

Commit bfe87d6

Browse files
Added more gpg signing info to readme
1 parent f03fc09 commit bfe87d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ Always a good idea to sign commits, even if it takes a bit to setup.
621621
2. `gpg --full-generate-key` Create a GPG key to sign commits with (use your github email)
622622
3. `git commit --message="THE MESSAGE"` is your normal commit, but should now be signed! You may be prompted for a password
623623
4. `git log --show-signature` confirm its signed.
624+
5. `gpg --output email.pgp --armor --export [email protected]` will export your PUBLIC key so you can upload it to github.
625+
624626
625627
## Windows setup
626628

0 commit comments

Comments
 (0)