Nice post. It would be nice to have TL;DR at the top of the post that just covered the following content:
Finally you have to tell VS Code to append the -s flag to the git commit command, to use signed committing now. Open the settings, search for “gpg” and check the box “Enables commit signing with GPG”.
Alternatively you can add this line to your settings.json :
"git.enableCommitSigning": true
And that’s it! Now you can commit your changes in VS Codes Git integration and sign your work.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Nice post. It would be nice to have TL;DR at the top of the post that just covered the following content: