mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
Include employer gitconfig
This commit is contained in:
parent
be5041906f
commit
f180c81c45
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,6 @@
|
|||
defaultBranch = master
|
||||
[advice]
|
||||
detachedHead = false
|
||||
[includeIf "gitdir:~/Projects/gw/**"]
|
||||
path = {{ .chezmoi.homeDir }}/Projects/gw/.gitconfig
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
@ -91,3 +89,5 @@
|
|||
[tag]
|
||||
sort = version:refname
|
||||
|
||||
[include]
|
||||
path = .ovh.gitconfig
|
||||
|
|
Loading…
Reference in a new issue