1
1
Fork 0

git: Set commit.gpgSign

This commit is contained in:
Jonathan Schleifer 2025-06-25 22:26:24 +02:00
parent d505bfc71d
commit afd9cb3abd
Signed by: js
GPG key ID: C601EE21773E7C8F

View file

@ -8,7 +8,7 @@
interactive = auto interactive = auto
[alias] [alias]
ci = commit -S ci = commit
co = checkout co = checkout
d = diff d = diff
ds = diff --staged ds = diff --staged
@ -30,6 +30,9 @@
[gpg] [gpg]
program = gpg2 program = gpg2
[commit]
gpgSign = true
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = https://github.com/ insteadOf = https://github.com/
pushInsteadOf = https://github.com/ pushInsteadOf = https://github.com/