Commit e6128cdc authored by Logan Schmidt's avatar Logan Schmidt Committed by Rémy Coutable

Update doc/user/project/repository/gpg_signed_commits/index.md with clarifying...

Update doc/user/project/repository/gpg_signed_commits/index.md with clarifying gpg command for generating keys on other operating systems

See https://gitlab.com/gitlab-org/gitlab-ce/issues/36923.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6492.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7316ee03
...@@ -56,6 +56,8 @@ started: ...@@ -56,6 +56,8 @@ started:
gpg --full-gen-key gpg --full-gen-key
``` ```
_NOTE: In some cases like Gpg4win on Windows and other Mac OS versions the command here may be ` gpg --gen-key`_
This will spawn a series of questions. This will spawn a series of questions.
1. The first question is which algorithm can be used. Select the kind you want 1. The first question is which algorithm can be used. Select the kind you want
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment