35 lines
1 KiB
INI
35 lines
1 KiB
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
|
|
s = status
|
|
[init]
|
|
defaultBranch = main
|
|
[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
|
|
[url "ssh://git@github.com/"]
|
|
pushInsteadOf = https://github.com/
|
|
[url "ssh://git@gitlab.com/"]
|
|
pushInsteadOf = https://gitlab.com/
|
|
[url "ssh://git@git.it-syndikat.org:2222/"]
|
|
pushInsteadOf = https://git.it-syndikat.org/
|
|
[url "ssh://git@git.uibk.ac.at/"]
|
|
pushInsteadOf = https://git.uibk.ac.at/
|