Use ~/.gitconfig.local for env specific settings

Signing key tooling, machine specific diff tools, etc
This commit is contained in:
James Patrick 2024-08-09 09:59:39 -04:00
parent 9d170aa549
commit bf403d30a1
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,6 @@
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
@ -39,3 +37,6 @@
[push]
autoSetupRemote = true
[include]
path = ~/.gitconfig.local

View File

@ -8,6 +8,7 @@ include ../lib/shared.mk
init:
$(report) header "Setting up gitconfig"
$(mk_link) $(SOURCE) $(TARGET)
touch $(TARGET).local
up: init