From 90eec7c63e47bdf279a841605e151e07db30b399 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 15 May 2017 10:59:34 +0100 Subject: [PATCH] git: set push action to "current" Allows me to not have to enter the upstream branch name whent pushing the first time. --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index e7e4541..deadf5c 100644 --- a/git/config +++ b/git/config @@ -7,7 +7,7 @@ ui = auto diff = auto [push] - default = simple + default = current [diff] tool = vimdiff [color "diff"] -- 2.48.1