1. Make git aware of your signing key
git config user.signingkey "..."
2. Sign the commit
git commit -S ...
That's it.
https://harryrschwartz.com/2014/11/01/automatically-signing-...
1. Make git aware of your signing key
git config user.signingkey "..."
2. Sign the commit
git commit -S ...
That's it.