Skip Navigation

Stashing your GPG Signing Key

CodeAIDebuggingHacks

I want my agent to do signed commits. It doesn't always have a TTY. But I can bridge that gap with a simple

echo "test" | gpg --sign > /dev/null

Signed commits still matter, even with agents.