summaryrefslogtreecommitdiffstats
path: root/.gitconfig.work.inc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-24 10:52:08 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-24 10:52:08 +0100
commitc6a1a4ac037709b31bfb6d37a8234dd60ca88c12 (patch)
treec2fb52245b4d5986a35d768eb764b97117153eed /.gitconfig.work.inc
parentf0ffa3777c886ef87e9ffc9342850794f82607a7 (diff)
Add https authentication using swf-auth-helper
Diffstat (limited to '.gitconfig.work.inc')
-rw-r--r--.gitconfig.work.inc57
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitconfig.work.inc b/.gitconfig.work.inc
index 5ed184f..3d34636 100644
--- a/.gitconfig.work.inc
+++ b/.gitconfig.work.inc
@@ -5,3 +5,60 @@
username = AABDELH
signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016
+
+# Git configuration for dev (git.swf-dev.i.mercedes-benz.com)
+[url "https://git.swf-dev.i.mercedes-benz.com/"]
+ insteadOf = https://git.swf-dev.i.mercedes-benz.com/
+ insteadOf = https://[email protected]/
+ insteadOf = https://[email protected]/
+ insteadOf = ssh://git.swf-dev.i.mercedes-benz.com:7999/
+ insteadOf = ssh://[email protected]:7999/
+
+[http "https://git.swf-dev.i.mercedes-benz.com/"]
+ sslVerify = true
+ keepAliveIdle = 120
+ emptyAuth = false
+ proactiveAuth = basic
+
+[credential "https://git.swf-dev.i.mercedes-benz.com"]
+ helper =
+ helper = !'/Users/AABDELH/.local/bin/swf-credential-helper' 'git'
+
+# Git configuration for integration (git.swf-int.i.mercedes-benz.com)
+[url "https://git.swf-int.i.mercedes-benz.com/"]
+ insteadOf = https://git.swf-int.i.mercedes-benz.com/
+ insteadOf = https://[email protected]/
+ insteadOf = https://[email protected]/
+ insteadOf = ssh://git.swf-int.i.mercedes-benz.com:7999/
+ insteadOf = ssh://[email protected]:7999/
+
+[http "https://git.swf-int.i.mercedes-benz.com/"]
+ sslVerify = true
+ keepAliveIdle = 120
+ emptyAuth = false
+ proactiveAuth = basic
+
+[credential "https://git.swf-int.i.mercedes-benz.com"]
+ helper =
+ helper = !'/Users/AABDELH/.local/bin/swf-credential-helper' 'git'
+
+# Git configuration for production (git.swf.i.mercedes-benz.com)
+[url "https://git.swf.i.mercedes-benz.com/"]
+ insteadOf = https://git.swf.i.mercedes-benz.com/
+ insteadOf = https://[email protected]/
+ insteadOf = https://[email protected]/
+ insteadOf = ssh://git.swf.i.mercedes-benz.com:7999/
+ insteadOf = ssh://[email protected]:7999/
+
+[http "https://git.swf.i.mercedes-benz.com/"]
+ sslVerify = true
+ keepAliveIdle = 120
+ emptyAuth = false
+ proactiveAuth = basic
+
+[credential "https://git.swf.i.mercedes-benz.com"]
+ helper =
+ helper = !'/Users/AABDELH/.local/bin/swf-credential-helper' 'git'
+
+[transfer]
+ bundleuri = true