.gitconfig.locla

This commit is contained in:
Vahagn Khachatryan
2020-02-24 22:00:37 +00:00
committed by Vahagn Khachatryan
parent 55db114d1f
commit 519c9e802d

View File

@@ -0,0 +1,34 @@
[user]
name = Vahagn Khachatryan
email = vkhachatrya5@bloomberg.net
[url "bbgithub:"]
insteadOf = https://bbgithub.dev.bloomberg.com
[http "https://github.com"]
proxy = http://proxy.bloomberg.com:81
sslCAinfo = /usr/local/share/ca-certificates/bloomberg-root-ca.crt
[url "https://github.com/"]
insteadOf = github.com:
[url "https://github.com/"]
insteadOf = git@github.com:
[url "https://github.com/"]
insteadOf = ssh://git@github.com/
[http "https://gitlab.com"]
proxy = http://proxy.bloomberg.com:81
sslCAinfo = /usr/local/share/ca-certificates/bloomberg-root-ca.crt
[url "https://gitlab.com/"]
insteadOf = gitlab.com:
[url "https://gitlab.com/"]
insteadOf = git@gitlab.com:
[url "https://gitlab.com/"]
insteadOf = ssh://git@gitlab.com/
[http "http://192.168.0.4:8080"]
proxy = socks5://127.0.0.1:1080
[url "http://git.kernel.org"]
insteadOf = git://git.kernel.org