mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-20 12:44:40 -04:00
Apply grammar changes to "Using Git with Split GPG"
This commit is contained in:
parent
0dc42da007
commit
dd29faae5e
1 changed files with 3 additions and 3 deletions
|
@ -226,8 +226,8 @@ Now that Keybase is configured to use `qubes-gpg-client-wrapper`, you will be ab
|
||||||
|
|
||||||
## Using Git with Split GPG
|
## Using Git with Split GPG
|
||||||
|
|
||||||
Git can be configured to used with Split GPG, something useful if you would like to contribute to the Qubes OS Project as every commit is required to be signed.
|
Git can be configured to utilize Split GPG, something useful if you would like to contribute to the Qubes OS Project as every commit is required to be signed.
|
||||||
The most basic `~/.gitconfig` file to with working Split GPG looks something like this.
|
The most basic `~/.gitconfig` file enabling Split GPG looks something like this.
|
||||||
|
|
||||||
```
|
```
|
||||||
[user]
|
[user]
|
||||||
|
@ -251,7 +251,7 @@ uid Qubes User
|
||||||
```
|
```
|
||||||
|
|
||||||
To sign commits, you now add the "-S" flag to your commit command, which should prompt for Split GPG usage.
|
To sign commits, you now add the "-S" flag to your commit command, which should prompt for Split GPG usage.
|
||||||
If you would like automatically sign all commits, you can add the following snippet to `~/.gitconfig`.
|
If you would like to automatically sign all commits, you can add the following snippet to `~/.gitconfig`.
|
||||||
|
|
||||||
```
|
```
|
||||||
[commit]
|
[commit]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue