Skip to content

Commit 327932b

Browse files
authored
repo sync
2 parents 1aeb438 + 1338936 commit 327932b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,18 @@ If you're using a GPG key that matches your committer identity and your verified
3232
Comment: <em>GitHub key</em>
3333
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit?
3434
```
35-
7. Enter `O` to save your selections.
35+
7. Enter `O` to confirm your selections.
3636
8. Enter your key's passphrase.
37-
9. Enter `gpg --armor --export GPG key ID`, substituting in the GPG key ID you'd like to use. In the following example, the GPG key ID is `3AA5C34371567BD2`:
37+
9. Enter `gpg> save` to save the changes
38+
```shell
39+
$ gpg> save
40+
```
41+
10. Enter `gpg --armor --export GPG key ID`, substituting in the GPG key ID you'd like to use. In the following example, the GPG key ID is `3AA5C34371567BD2`:
3842
```shell
3943
$ gpg --armor --export <em>3AA5C34371567BD2</em>
4044
# Prints the GPG key, in ASCII armor format
4145
```
42-
10. Upload the GPG key by [adding it to your GitHub account](/articles/adding-a-new-gpg-key-to-your-github-account).
46+
11. Upload the GPG key by [adding it to your GitHub account](/articles/adding-a-new-gpg-key-to-your-github-account).
4347

4448
### Further reading
4549

0 commit comments

Comments
 (0)