mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-02 17:44:43 -05:00
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:
parent
dd29faae5e
commit
28281ee474
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user