dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-11 17:22:14 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-11 17:22:14 +0000 +0000
Commit: 4403a7bb9bb0948c76172b1146b0a25b0f12c351
Parent: 74c73d734b6dd7ff053508d40f885e89a496b0d3


git: Use simple default push
diff --git a/.gitconfig b/.gitconfig
index ba49c9fcc76a6271551a8eae45bc6a6afb3e8221..5acb65c1f8891d4de33da5f1e2fd0a45c47db25d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -18,4 +18,5 @@     standup = !clear && git log --since '1 day ago' --no-merges --pretty=format':%C(yellow)%h %aN%n %B%n' --author 'Kyle Fuller'
     conflict = "!f() { git status -s | grep ^UU | awk '{print $2}' ; }; vim `f`"
 
 [push]
-	default = matching
+    default = simple
+