summary refs log tree commit diff
path: root/configs/rcs/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'configs/rcs/gitconfig')
-rw-r--r--configs/rcs/gitconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/rcs/gitconfig b/configs/rcs/gitconfig
new file mode 100644
index 0000000..8914029
--- /dev/null
+++ b/configs/rcs/gitconfig
@@ -0,0 +1,20 @@
+[color]
+	ui = true
+
+[push]
+	default = simple
+
+[core]
+	whitespace = trailing-space,space-before-tab
+	excludesfile = ~/.gitignore
+
+[branch]
+	autosetuprebase = remote
+
+[include]
+	path = ~/.gitconfig.private
+
+[http]
+	postBuffer = 524288000
+[url "https://source.developers.google.com/p/fcuny-code/r/"]
+	insteadOf = gcloud: