-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'd like to suggest adding two checkboxes that allow users to sign commits with:
- 'Signed-off-by:' using
git commit --signofforgit commit -sfor short form. - GPG Sign using
git commit --gpg-signorgit commit -Sfor signing with gpg key.
Or without it usinggit commit --no-gpg-sign
As far as I know, these is an option called commit.gpgSign has boolean value indicating the default option for gpg signing commit. There isn't an option for signoff in git. But, there's one in VSCode git.alwaysSignOff which also has boolean value.
AdrianoCahete and Yokozuna59
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request