Hacker News new | ask | show | jobs
by stouset 2375 days ago
Wait, seriously? I sign all my commits as habit and I `--amend` regularly. If this means my signature histories are broken…
1 comments

  git config commit.gpgsign true
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.