1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/data/reusables/gpg/paste-ssh-public-key.md
Andy Hall 30ed2b58a8 Fix git config command syntax
`git config` expects a space between the key and value rather than an equals sign.
2022-11-13 22:51:11 -05:00

4 lines
218 B
Markdown

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 /PATH/TO/.SSH/KEY.PUB