From 53632e76e38bdacadfec05dc7ada9e0e7d28757f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 16 Nov 2015 13:46:56 +0000 Subject: [PATCH] Set default push mode --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8a22852..b8d1d12 100644 --- a/.gitconfig +++ b/.gitconfig @@ -125,3 +125,6 @@ [rerere] # Store and re-use manual conflict resolution changes. enabled = true + +[push] + default = simple