dotfiles/files/git/gitconfig

17 lines
387 B
Plaintext
Raw Normal View History

2021-11-04 11:15:32 +01:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
2021-11-05 15:53:19 +01:00
excludesfile = ~/.gitignore_global
2021-11-04 11:15:32 +01:00
autocrlf = input
[commit]
gpgsign = true
2021-11-05 16:02:51 +01:00
2021-11-06 22:11:58 +01:00
[includeIf "gitdir:/Users/nicco/"]
path = "~/.dotfiles/files/git/config.personal"
2021-11-05 16:02:51 +01:00
[includeIf "gitdir:/Users/niccolo.borgioli/"]
path = "~/.dotfiles/files/git/config.work"