From b99620323fb6e346106a1964af018d506a39ae03 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 24 Aug 2021 09:27:15 -0400 Subject: [PATCH 1/3] - adds a comment to prompt people to verify settings are enabled in vs code --- .../managing-gpg-verification-for-codespaces.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index c4b61ecfc6..655faca5f6 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -27,3 +27,6 @@ Once you enable GPG verification, it will immediately take effect for all your c ![Radio buttons to manage GPG verification](/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png) 1. If you chose "Selected repositories", select the drop-down menu, then click a repository you want enable GPG verification for. Repeat for all repositories you want to enable GPG verification for. !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png) + + +> Note: once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. From 40999ef85f731928a5ec9ba57ca4f1088ce8580f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 25 Aug 2021 09:08:07 -0400 Subject: [PATCH 2/3] Update content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md --- .../managing-gpg-verification-for-codespaces.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index 655faca5f6..f5eb3820ad 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -29,4 +29,8 @@ Once you enable GPG verification, it will immediately take effect for all your c !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png) -> Note: once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. +{% note %} + +**Note:** Once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. + +{% endnote %} From b1d68cdd4d84d9b351f0a5d32c748a5e8824042f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 31 Aug 2021 14:08:45 -0400 Subject: [PATCH 3/3] Update content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md Co-authored-by: Amy Burns --- .../managing-gpg-verification-for-codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index f5eb3820ad..18b0b4fa0b 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -31,6 +31,6 @@ Once you enable GPG verification, it will immediately take effect for all your c {% note %} -**Note:** Once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. +**Note:** Once you have enabled GPG verification for {% data variables.product.prodname_codespaces %}, you also must append `-s` to each commit in order for it to be signed. To do this in {% data variables.product.prodname_vscode %}, ensure the "Git: Enable Commit Signing" option is enabled from the Settings. {% endnote %}