Format .gitconfig in "Using Git with Split GPG"

Tabs were added as that is the default format created from running

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
This commit is contained in:
NitrogenPointBlue 2022-08-15 23:53:14 -04:00
parent dd29faae5e
commit 28281ee474
No known key found for this signature in database
GPG Key ID: 99BCECD68615F472

View File

@ -231,12 +231,12 @@ The most basic `~/.gitconfig` file enabling Split GPG looks something like this.
```
[user]
name = YOUR NAME
email = YOUR EMAIL ADDRESS
signingkey = YOUR KEY ID
name = <YOUR_NAME>
email = <YOUR_EMAIL_ADDRESS>
signingKey = <YOUR_KEY_ID>
[gpg]
program = qubes-gpg-client-wrapper
program = qubes-gpg-client-wrapper
```
Your key id is the public id of your signing key, which can be found by running `qubes-gpg-client -k`.