Skip to content

Commit

Permalink
Update checking-for-existing-gpg-keys.md
Browse files Browse the repository at this point in the history
Fix comment to accurately describe what is exported.
  • Loading branch information
rpavlik authored Dec 4, 2024
1 parent bab26f4 commit 5230f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shortTitle: Existing GPG keys

```shell
$ gpg --armor --export 3AA5C34371567BD2
# Prints the GPG key ID, in ASCII armor format
# Prints the GPG public key, in ASCII armor format
```

You can then [add your GPG key to your GitHub account](/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account).
Expand Down

0 comments on commit 5230f6e

Please sign in to comment.