blob: 3d34636f0cb081d4398bbb919f90ada0aa61cbf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
[commit]
gpgsign = false
[user]
name = Ahmed AbdelHalim
email = [email protected]
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
|