codeanywhere/git/.gitconfig

10 lines
160 B
INI

[user]
email = username@example.com
name = username
[core]
autocrlf = input
[http]
proxy = socks5://127.0.0.1:1080
[https]
proxy = socks5://127.0.0.1:1080