1
0
mirror of synced 2026-01-25 18:03:26 -05:00

Merge branch 'main' into patch-3

This commit is contained in:
Laura Coursen
2022-11-10 09:41:18 -06:00
committed by GitHub

View File

@@ -1,4 +1,3 @@
1. To set your SSH signing key in Git, paste the text below, substituting the contents of your clipboard for the key you'd like to use. Since the key contains spaces, you must wrap it in quotes:
1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/KEY.PUB** with the path to the public key you'd like to use.
```bash
$ git config --global user.signingkey 'key::ssh-ed25519 AAAAC3(...) user@example.com'
```
$ git config --global user.signingkey=/PATH/TO/.SSH/KEY.PUB