Support git commit -S (--gpg-sign) #37899
NoTuxNoBux
started this conversation in
Git
Replies: 1 comment
-
|
yes please - this prevents me from using the git tab for committing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if Zed had a flag that could allow passing the
-Sflag to Git in order to sign commits with GPG or SSH keys that are configured in the Git config (e.g.signingKeyin the[user]block).VSCode also has a similar option in the settings to allow enabling this.
This is similar to this discussion but not the same since that discussion is about signing off commits as opposed to signing them. An alternative solution is to enforce signing through the
.gitconfigdirectly, as is shown here.Beta Was this translation helpful? Give feedback.
All reactions