Y
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
sadjad
2375 days ago
git config commit.gpgsign true
link
3pt14159
2374 days ago
This is great! Thanks! I'll use the global setting:
git config --global commit.gpgsign true
link
stouset
2373 days ago
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.
link
sadjad
2368 days ago
AFAIK, it does.
link