aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'docker/.gitconfig')
-rw-r--r--docker/.gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/.gitconfig b/docker/.gitconfig
new file mode 100644
index 0000000..5a34574
--- /dev/null
+++ b/docker/.gitconfig
@@ -0,0 +1,11 @@
+# This .gitconfig file resides in /home/layers/ in the "gitrefineryapp" 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