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]
|
||||
useConfigOnly = true
|
||||
signingkey = F0CF1CF481C2E3AA0F806A378BD4525D7A7253E8
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
[help]
|
||||
@@ -123,3 +124,5 @@
|
||||
host = source.xing.com
|
||||
[pull]
|
||||
ff = only
|
||||
# [commit]
|
||||
# gpgsign = true
|
||||
|
||||
Reference in New Issue
Block a user