mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Updated PGP public key ID
This commit is contained in:
parent
0a907d74cc
commit
8a24fac36b
@ -68,12 +68,12 @@ Go to https://github.com/settings/keys, click “New GPG key”, paste your PGP
|
||||
|
||||
### Step 2: enable Git [signing](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)
|
||||
|
||||
Replace `0x1FA767862BBD1305` with your PGP public signing subkey ID.
|
||||
Replace `0xC1323A377DE14C8B` with your PGP public key ID.
|
||||
|
||||
```shell
|
||||
git config --global commit.gpgsign true
|
||||
git config --global gpg.program $(which gpg)
|
||||
git config --global user.signingkey 0x1FA767862BBD1305
|
||||
git config --global user.signingkey 0xC1323A377DE14C8B
|
||||
```
|
||||
|
||||
### Step 3: submit pull request
|
||||
|
Loading…
x
Reference in New Issue
Block a user