1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/data/reusables/gpg/paste-ssh-public-key.md
2023-11-13 18:22:44 +00:00

6 lines
231 B
Markdown

1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/.SSH/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
```