What is Commit Signing?
Signing your Git commits proves that you created the commit and keeps your code secure. It's like adding your signature to your work. For Windmill, signing commits is an essential step to make sure all of your code contributions are reflected in our platform.
Resources
GitHub: Managing Commit Signature Verification - Complete guide to all aspects of commit signing
GitHub: About Commit Signature Verification - Learn why verification is important
GitHub: Signing Commits - Step-by-step guide for signing commits
GitHub: Displaying Verification Status - How to enable vigilant mode
Dev.to: GitHub Commit Verification Using SSH - Practical tutorial for SSH-based verification