aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.gitconfig
blob: f3ab3722cf482d792d90c1f6d34a7e840b474a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This .gitconfig file resides in /root/ in the "layersapp" container
# add any settings you'd like to have in there, such as proxy servers
[http]
    #proxy = http://your.proxy.server:port
[https]
    #proxy = https://your.proxy.server:port
[core]
    # Optional: uncomment this line if you want to use a proxy script
    #gitproxy = /opt/bin/git-proxy
[socks]
    #proxy = your.socks.proxy:port