Allow overriding configuration in .gitlocal

This commit is contained in:
Paweł Płazieński 2023-10-03 16:46:48 +02:00
parent 20a1e90d0d
commit 303fa2aa68

View file

@ -1,6 +1,4 @@
# put [user] (name, email) into ~/.gitlocal
[include]
path = .gitlocal
[color]
branch = auto
ui = auto
@ -78,3 +76,5 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[include]
path = .gitlocal