Add note about using the term GPG for all related implementations
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36970
This commit is contained in:
parent
36f4710301
commit
21c0031f78
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
# Signing commits with GPG
|
||||
|
||||
> [Introduced][ce-9546] in GitLab 9.5.
|
||||
NOTE: **Note:**
|
||||
The term GPG is used for all OpenPGP/PGP/GPG related material and
|
||||
implementations.
|
||||
|
||||
> - [Introduced][ce-9546] in GitLab 9.5.
|
||||
> - Subkeys support was added in GitLab 10.1.
|
||||
|
||||
GitLab can show whether a commit is verified or not when signed with a GPG key.
|
||||
All you need to do is upload the public GPG key in your profile settings.
|
||||
|
|
Loading…
Reference in a new issue