dotfiles/.gitconfig
2025-03-18 00:33:17 +01:00

25 lines
696 B
INI

# vim: noet
[user]
name = deneb
email = deneb@screee.ee
signingkey = /home/deneb/.ssh/id_ed25519.pub
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[gpg]
format = ssh
[alias]
pfusch = push --force-with-lease
lclone = clone --filter=blob:none
addp = add --patch
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
path = ~/.gitconfig.github
[includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
path = ~/.gitconfig.github
[includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"]
path = ~/.gitconfig.github
[includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
path = ~/.gitconfig.github