1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update set-auto-sign.md

This commit is contained in:
Isaac Brown
2022-10-21 17:24:59 +01:00
committed by GitHub
parent 5d4263627e
commit ef9bef6187

View File

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