From: Nicolas Boisselier Date: Sun, 17 Jan 2016 23:00:58 +0000 (+0100) Subject: comment git config --global push.default simple X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2da57dd5016952694cd160fba1eff1668b80677e;p=nb.git comment git config --global push.default simple --- 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