summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-01-19 10:39:46 -0800
committerFranck Cuny <fcuny@twitter.com>2019-01-19 10:39:46 -0800
commit9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch)
treeb27ff6c5259e7cd983b55153d1fe1438cc75cd6b /gitconfig
parent[bash] go back to simple prompt. (diff)
downloademacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..8914029
--- /dev/null
+++ b/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: