codeanywhere/git/.gitconfig

10 lines
182 B
INI

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