aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.gitconfig
blob: 144c9a4eab2e64b0a4aed17950a54bd1f40cdd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This .gitconfig file resides in /home/layers/ 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