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)."