DEV Community

Discussion on: Signed Git commits in VS Code

Collapse
 
devmount profile image
Andreas

Sorry for the late reply. On Ubuntu you can just use:

git config --global gpg.program gpg
Enter fullscreen mode Exit fullscreen mode

or

git config --global gpg.program gpg2
Enter fullscreen mode Exit fullscreen mode

according to the GPG version you have installed.