Skip to content

Commit 0f14031

Browse files
Update documentation links for commit-signing-with-gpg.md
1 parent d77b0e3 commit 0f14031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gitkraken-client/commit-signing-with-gpg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,21 @@ Go to <kbd>Preferences > Experimental > Git Executable</kbd> and enable it.
173173

174174
####Select SSH as your GPG format for signing
175175

176-
[Which program to select](https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgltformatgtprogram)
176+
[See this documentation to select the program used for the signing format](https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgltformatgtprogram)
177177

178178
At <kbd>Preferences > GPG > GPG Format</kbd>, select <kbd>SSH</kbd>.
179179

180-
Automatically Gitkraken client will change your preferences in `.gitconfig` and populate GPG SSH Program with ssh-keygen
180+
Automatically Gitkraken client will change your preferences in `.gitconfig` and populate GPG SSH Program with ssh-keygen.
181181

182182
####Select the signing key
183183

184-
[How to select SSH signing key](https://git-scm.com/docs/git-config#Documentation/git-config.txt-usersigningKey)
184+
[See this documentation to select the signing key](https://git-scm.com/docs/git-config#Documentation/git-config.txt-usersigningKey)
185185

186186
On <kbd>Signing key</kbd>, click on <kbd>Browse</kbd> and select the `.pub` key file previously generated.
187187

188188
####Create allowed_signers file
189189
This file is needed to verify the key used to sign the commits is valid and known by git.
190-
[Allowed Signers file help](https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgsshallowedSignersFile)
190+
[See this documentation to create the allowed_signers file](https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgsshallowedSignersFile)
191191

192192
On your terminal, run:
193193
```

0 commit comments

Comments
 (0)