From 3cbda23189d1185f229f886919fa7e576154ebd3 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 17 Oct 2013 20:43:59 +0200 Subject: [PATCH] git: simple is not a valid push.default now, use tracking instead Signed-off-by: Alejandro Mery --- files/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.gitconfig b/files/.gitconfig index ca10313..908b22f 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -14,4 +14,4 @@ cp = cherry-pick ls = ls-files [push] - default = simple + default = tracking