dotfiles/.gitconfig
2026-02-17 09:09:14 +01:00

54 lines
1.2 KiB
INI

[user "git@git.codevoid.de:"]
name = Stefan Hagen
email = sh+git@codevoid.de
[user "git@github.wdf.sap.corp:"]
name = Stefan Hagen
email = stefan.hagen@sap.com
[user "github.wdf.sap.corp"]
name = Stefan Hagen
email = stefan.hagen@sap.com
[user "git@github.infra.hana.ondemand.com:"]
name = Stefan Hagen
email = stefan.hagen@sap.com
[url "git@github.wdf.sap.corp:"]
insteadOf = https://github.wdf.sap.corp/
[url "git@github.infra.hana.ondemand.com:"]
insteadOf = https://github.infra.hana.ondemand.com/
[user "git@github.com:"]
name = Stefan Hagen
email = sh+github@codevoid.de
[user]
name = Stefan Hagen
email = stefan.hagen@sap.com
[hub]
host = github.wdf.sap.corp
protocol = git
[pull]
rebase = true
[push]
autoSetupRemote = true
[init]
defaultBranch = main
[diff]
tool = vimdiff
noprefix = true
[merge]
tool = vimdiff2
[rerere]
enabled = true
[credential "https://github.wdf.sap.corp"]
helper =
helper = !/usr/bin/gh auth git-credential
[difftool]
prompt = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true