From 13aab1b3e7125a4d99c3a52ad7bcb4f73ac5461c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 2 Feb 2016 18:59:22 +0100 Subject: set default push to simple --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index f944978..d09e953 100644 --- a/gitconfig +++ b/gitconfig @@ -24,5 +24,5 @@ mergeoptions = --no-ff --no-commit --log=5000 [core] excludesfile = ~/.gitignore -#[push] -# default = simple +[push] + default = simple -- cgit v1.2.3