mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:35:59 +02:00
Allow overriding configuration in .gitlocal
This commit is contained in:
parent
20a1e90d0d
commit
303fa2aa68
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
# put [user] (name, email) into ~/.gitlocal
|
# put [user] (name, email) into ~/.gitlocal
|
||||||
[include]
|
|
||||||
path = .gitlocal
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -78,3 +76,5 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[include]
|
||||||
|
path = .gitlocal
|
||||||
|
|
Loading…
Add table
Reference in a new issue