1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/data/reusables/gpg/paste-ssh-public-key.md
2023-06-26 10:21:48 -07:00

5 lines
221 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