dotfiles/files/git/gitconfig

24 lines
460 B
Plaintext
Raw Normal View History

2021-11-04 10:15:32 +00:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
2021-11-05 14:53:19 +00:00
excludesfile = ~/.gitignore_global
2021-11-04 10:15:32 +00:00
autocrlf = input
2022-06-07 16:58:41 +00:00
ignorecase=false
2021-11-04 10:15:32 +00:00
[commit]
gpgsign = true
2021-11-05 15:02:51 +00:00
2021-11-06 21:11:58 +00:00
[includeIf "gitdir:/Users/nicco/"]
path = "~/.dotfiles/files/git/config.personal"
2023-01-07 09:22:21 +00:00
[includeIf "gitdir:/Users/niccoloborgioli/"]
2021-11-05 15:02:51 +00:00
path = "~/.dotfiles/files/git/config.work"
2021-11-24 12:56:16 +00:00
2022-01-30 16:42:22 +00:00
[pull]
rebase = false
2023-12-05 14:42:47 +00:00
[push]
autoSetupRemote = true