提交 d1f7ba35 编写于 作者: R Rémy Coutable

Merge branch 'gpg' into 'master'

update gpg_signed_commit to use 0xLONG format for gpg list keys

See merge request !13839
......@@ -113,7 +113,7 @@ started:
1. Use the following command to list the private GPG key you just created:
```
gpg --list-secret-keys mr@robot.sh
gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh
```
Replace `mr@robot.sh` with the email address you entered above.
......@@ -167,7 +167,7 @@ key to use.
1. Use the following command to list the private GPG key you just created:
```
gpg --list-secret-keys mr@robot.sh
gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh
```
Replace `mr@robot.sh` with the email address you entered above.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册