From ef9bef6187fc0b253a74a2212f3f862beb32f43a Mon Sep 17 00:00:00 2001 From: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:24:59 +0100 Subject: [PATCH] Update set-auto-sign.md --- data/reusables/gpg/set-auto-sign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/gpg/set-auto-sign.md b/data/reusables/gpg/set-auto-sign.md index 8bfffd1d22..f4e57877d0 100644 --- a/data/reusables/gpg/set-auto-sign.md +++ b/data/reusables/gpg/set-auto-sign.md @@ -1,7 +1,7 @@ 1. Optionally, to configure Git to sign all commits by default, enter the following command: ```Shell - $ git config --global commit.gpgSign true + $ git config --global commit.gpgsign true ``` For more information, see "[Signing commits](/authentication/managing-commit-signature-verification/signing-commits)."