You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/commit-signing-with-gpg.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,21 +173,21 @@ Go to <kbd>Preferences > Experimental > Git Executable</kbd> and enable it.
173
173
174
174
####Select SSH as your GPG format for signing
175
175
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)
177
177
178
178
At <kbd>Preferences > GPG > GPG Format</kbd>, select <kbd>SSH</kbd>.
179
179
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.
181
181
182
182
####Select the signing key
183
183
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)
185
185
186
186
On <kbd>Signing key</kbd>, click on <kbd>Browse</kbd> and select the `.pub` key file previously generated.
187
187
188
188
####Create allowed_signers file
189
189
This file is needed to verify the key used to sign the commits is valid and known by git.
0 commit comments