...
Making a commit verified involves signing it cryptographically using a GPG key.
Azure DevOps: Supported but not visible in the user interface. User voice on this issue is here: Show whether commits are verified with GPG key on UI - Developer Community (visualstudio.com)
BitBucket: WIP for BB Cloud (BB-319) but available for BB Data Centre (Using GPG keys | Bitbucket Data Center and Server 8.11)
GitHub: Supported, and indicated in the UI (see above) Signing commits - GitHub Docs
GitLab: Supported, and indicated in the UI Sign commits with GPG | GitLab
...
...
Why Sign Git Commits?
Before we get into the how let’s talk for a moment about why you should sign your Git commits. Besides the desire to get that green “Verified” badge on your work on GitHub, there are some concrete benefits.
...