dotfiles/files/git/gitconfig

21 lines
428 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
2022-06-07 18:58:41 +02:00
ignorecase=false
2021-11-04 11:15:32 +01:00
[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"
2023-01-07 10:22:21 +01:00
[includeIf "gitdir:/Users/niccoloborgioli/"]
2021-11-05 16:02:51 +01:00
path = "~/.dotfiles/files/git/config.work"
2021-11-24 13:56:16 +01:00
2022-01-30 17:42:22 +01:00
[pull]
rebase = false