Files
nix-macos/files/git/gitconfig
2025-07-21 18:01:00 +02:00

36 lines
549 B
Plaintext

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
pager = delta
excludesfile = ~/.gitignore_global
autocrlf = input
ignorecase=false
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
[push]
autoSetupRemote = true
[branch]
sort = -committerdate
[alias]
fpush = push --force-with-lease
# Signing
[tag]
gpgsign = true
[commit]
gpgsign = true
[gpg]
format = ssh
[include]
path = ~/.gitconfig.local
[delta]
navigate = true