Slight git config reorganization
This commit is contained in:
parent
c33133f7c9
commit
3e786561ab
|
@ -1,2 +1,3 @@
|
||||||
gitignore
|
gitignore
|
||||||
profiles
|
profiles
|
||||||
|
configs
|
||||||
|
|
5
git/configs/lfs.gitconfig
Normal file
5
git/configs/lfs.gitconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[filter "lfs"]
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
|
@ -1,11 +1,8 @@
|
||||||
[include]
|
[include]
|
||||||
path = ~/.dotfiles/git/profiles/common
|
path = ~/.dotfiles/git/configs/common.gitconfig
|
||||||
path = ~/.dotfiles/git/profiles/Dreaded_X
|
path = ~/.dotfiles/git/configs/lfs.gitconfig
|
||||||
|
|
||||||
|
path = ~/.dotfiles/git/profiles/Dreaded_X.gitconfig
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||||
path = ~/.dotfiles/git/profiles/ALTEN
|
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
|
||||||
[filter "lfs"]
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user