Files
scripts/local/bb_local_dev/.gitconfig.local
Vahagn Khachatryan 519c9e802d .gitconfig.locla
2020-02-24 22:02:59 +00:00

35 lines
934 B
Plaintext

[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