summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-01-25 14:29:01 -0500
committerJune McEnroe <june@causal.agency>2016-01-25 14:29:01 -0500
commit812e0ac328f308510f68bc72215c4ded4c5f949e (patch)
treec657c486015fb25e511ae5b174698daa84d89ba1 /.gitconfig
parentClean up .gitconfig (diff)
downloadsrc-812e0ac328f308510f68bc72215c4ded4c5f949e.tar.gz
src-812e0ac328f308510f68bc72215c4ded4c5f949e.zip
Wow, that is so annoying, git
Diffstat (limited to '')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index d8ed7dd0..6b63477e 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,6 +3,8 @@
 	email = programble@gmail.com
 [core]
 	editor = vim
+[push]
+	default = simple
 [rebase]
 	autosquash = true
 [pretty]