Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
allset_
6y ago
0 comments
Save
Share
For bonus points, you can also sign your Git commits.
0 comments
2 comments · 1 top-level
top
newest
oldest
ryukafalz
6y ago
· 1 in thread
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
Boulth
6y ago
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).
j
/
k
navigate · click thread line to collapse