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
[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
+
178
+
At <kbd>Preferences > GPG > GPG Format</kbd>, select <kbd>SSH</kbd>.
179
+
180
+
Automatically Gitkraken client will change your preferences in `.gitconfig` and populate GPG SSH Program with ssh-keygen.
181
+
182
+
####Select the signing key
183
+
184
+
[See this documentation to select the signing key](https://git-scm.com/docs/git-config#Documentation/git-config.txt-usersigningKey)
185
+
186
+
On <kbd>Signing key</kbd>, click on <kbd>Browse</kbd> and select the `.pub` key file previously generated.
168
187
169
188
####Create allowed_signers file
189
+
This file is needed to verify the key used to sign the commits is valid and known by git.
190
+
[See this documentation to create the allowed_signers file](https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgsshallowedSignersFile)
170
191
171
-
This file is needed to verify the key used to sign the commits is valid and known by git
0 commit comments