Update 2022-12-23 08:00 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-23 08:01:00 +01:00
parent e03c513330
commit af16fb60e8
3 changed files with 50 additions and 21 deletions

38
.gitconfig Normal file
View File

@@ -0,0 +1,38 @@
[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 = c0dev0id
email = sh+github@codevoid.de
[user]
name = c0dev0id
email = sh+git@codevoid.de
[hub]
host = github.wdf.sap.corp
protocol = git
[http "https://github.wdf.sap.corp"]
sslVerify = false
[pull]
rebase = true
[push]
autoSetupRemote = true
[init]
defaultBranch = main
[diff]
tool = vimdiff2
[merge]
tool = vimdiff2
[safe]
directory = /usr/src
directory = /usr/ports
directory = /usr/ports/mystuff