diff options
author | drduh <doc@duh.to> | 2018-07-16 13:59:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 13:59:45 -0700 |
commit | 96872beaf34f3773c48a2aad27259139aba363e7 (patch) | |
tree | 4363659e8571449c5fddfb05f605c84a7d1fb662 /README.md | |
parent | Merge pull request #63 from vadimzendejas/master (diff) | |
parent | Fix "signingkey" typo (diff) | |
download | YubiKey-Guide-96872beaf34f3773c48a2aad27259139aba363e7.tar.gz |
Merge pull request #64 from JonahAragon/patch-1
Fix "signingkey" typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ Log into GitHub and upload your SSH and PGP public keys. Then run the following commands: - > git config --global user.singingkey $KEYID + > git config --global user.signingkey $KEYID Make sure your user.email option matches the email associated with your PGP identity. |