From 2da57dd5016952694cd160fba1eff1668b80677e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 18 Jan 2016 00:00:58 +0100 Subject: [PATCH] comment git config --global push.default simple --- etc/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/gitconfig b/etc/gitconfig index 6ec430d3..4634832f 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -7,5 +7,5 @@ excludesfile = /opt/nb/etc/gitignore [credential] helper = cache --timeout 3600 -[push] - default = simple +# NB 18.01.16 [push] +# NB 18.01.16 default = simple -- 2.47.3