Use ~/.gitconfig.local for env specific settings
Signing key tooling, machine specific diff tools, etc
This commit is contained in:
parent
9d170aa549
commit
bf403d30a1
|
@ -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
|
||||
|
|
|
@ -8,6 +8,7 @@ include ../lib/shared.mk
|
|||
init:
|
||||
$(report) header "Setting up gitconfig"
|
||||
$(mk_link) $(SOURCE) $(TARGET)
|
||||
touch $(TARGET).local
|
||||
|
||||
up: init
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user