1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Remove extra space

This commit is contained in:
Rob Bos
2022-08-19 21:39:33 +02:00
committed by GitHub
parent 916f6fd8e9
commit 9bced9e997

View File

@@ -1,6 +1,6 @@
1. Use the `gpg --list-secret-keys --keyid-format=long` command to list the long form of the GPG keys for which you have both a public and private key. A private key is required for signing commits or tags.
```shell{:copy}
```shell{:copy}
$ gpg --list-secret-keys --keyid-format=long
```
{% note %}