Hacker News new | ask | show | jobs
by ryukafalz 2426 days ago
Yup! And it's simple enough to do this automatically by just putting this in your gitconfig:

    [user]
        signingkey = <your GPG fingerprint here>
    [commit]
        gpgsign = true
1 comments

You don't need signingkey if you have a GPG key with the same email as your git user.email (I guess that's the majority of cases).