git: tralios specific config
This commit is contained in:
parent
ba9a35375a
commit
ad59a1e17f
|
@ -12,7 +12,9 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/host-setup
|
path = ~/.config/git/host
|
||||||
|
[includeIf "gitdir:~/Documents/code/tralios/"]
|
||||||
|
path = ~/.config/git/tralios
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
Loading…
Reference in New Issue