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.
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.