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