Format .gitconfig gpgSign example

This commit is contained in:
NitrogenPointBlue 2022-08-16 00:45:01 -04:00
parent f05c764c63
commit bd96f70250
No known key found for this signature in database
GPG Key ID: 99BCECD68615F472

View File

@ -259,7 +259,7 @@ If you would like to automatically sign all commits, you can add the following s
```
[commit]
gpgsign = true
gpgSign = true
```
Lastly, if you would like to add aliases to sign and verify tags using the conventions the Qubes OS Project recommends, you can add the following snippet to `~/.gitconfig`.