4 lines
218 B
Markdown
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
|