mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
autocrlf = input
|
|
ignorecase=false
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[includeIf "gitdir:/Users/nicco/"]
|
|
path = "~/.dotfiles/files/git/config.personal"
|
|
|
|
[includeIf "gitdir:/Users/niccoloborgioli/"]
|
|
path = "~/.dotfiles/files/git/config.work"
|
|
|
|
[pull]
|
|
rebase = false
|