mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(git): enable commit signing with GPG
This commit is contained in:
committed by
Stefan Imhoff
parent
7f5dfc202c
commit
54a2236237
@@ -1,5 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
useConfigOnly = true
|
useConfigOnly = true
|
||||||
|
signingkey = F0CF1CF481C2E3AA0F806A378BD4525D7A7253E8
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
[help]
|
[help]
|
||||||
@@ -123,3 +124,5 @@
|
|||||||
host = source.xing.com
|
host = source.xing.com
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
# [commit]
|
||||||
|
# gpgsign = true
|
||||||
|
|||||||
Reference in New Issue
Block a user