Sign Git Commits with GPG Keys

Improve the security of your commits by using GPG keys.

Configure the git client with the correct key. Then, head over to Settings/Preferences | Version Control | Git and check the option Configure GPG Key... to turn on this feature.


Related Resources

Put New Project Under Version Control
Put New Project Under Version Control
The fastest way to register a new project directory under local version control.
Search Text or Files in Local History
Search Text or Files in Local History
Find exactly what you are looking for, even if you removed it
Cleanup Code Before Commit
Cleanup Code Before Commit
Remove all the redundant parenthesis and other unneeded code before commit.