From c1c531736395c8f2530ba9496f024d279899684f Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 22 Jan 2014 20:22:26 +0100 Subject: [PATCH] Use git 2.0 push strategy (simple). Signed-off-by: Jacob Kiers --- tilde/gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tilde/gitconfig b/tilde/gitconfig index 7040cde..45d2ae3 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -1,5 +1,6 @@ [color] ui = auto + [color "diff"] meta = blue frag = white @@ -30,7 +31,7 @@ conflicts = diff --name-only --diff-filter=U commerge = commit --no-edit [push] - default = current + default = simple # Any GitHub repo with my username should be checked out r/w by default # http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules