34 lines
769 B
INI
34 lines
769 B
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 "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@git.github.com:"]
|
|
name = Stefan Hagen
|
|
email = sh+github@codevoid.de
|
|
[user]
|
|
name = c0dev0id
|
|
email = sh+git@codevoid.de
|
|
[hub]
|
|
host = github.wdf.sap.corp
|
|
protocol = git
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
autoSetupRemote = true
|
|
[init]
|
|
defaultBranch = main
|
|
[diff]
|
|
tool = vimdiff2
|
|
noprefix = true
|
|
[merge]
|
|
tool = vimdiff2
|