We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git config
1 parent 0115fc3 commit 65d9ce4Copy full SHA for 65d9ce4
docs/contributing/commit-signing.mdx
@@ -41,8 +41,8 @@ ssh-keygen -f $KEY_FILE -C "$(git config --global --get user.email)" -t ed25519
41
1. Configure git to sign using SSH.
42
43
```bash
44
- git config --global gpg.format=ssh
45
- git config --global user.signingkey="${KEY_FILE}.pub"
+ git config --global gpg.format ssh
+ git config --global user.signingkey "${KEY_FILE}.pub"
46
```
47
48
2. Follow the [Github documentation][github-verification] to configure commit signing
0 commit comments