Hacker News new | ask | show | jobs
by sadjad 2375 days ago

  git config commit.gpgsign true
2 comments

This is great! Thanks! I'll use the global setting:

    git config --global commit.gpgsign true
I already have this set, which is how I sign all my commits. If that ensures `git commit --amend` re-signs, then I'm happy.
AFAIK, it does.