godot-git-plugin
godot-git-plugin copied to clipboard
Add support for signing commits with GPG
Hi. On my computer I've set gpg signing for all projects but when I create a commit on godot It'll not have my signature. What should I do to sign my commits?
Committing with signatures has not been implemented yet. However, we do have the tools available to us to implement something like that.
Test in libgit2 for signed commits The libgit2 API function we would need