From: Samir Benmendil Date: Mon, 15 May 2017 09:59:34 +0000 (+0100) Subject: git: set push action to "current" X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/90eec7c63e47bdf279a841605e151e07db30b399 git: set push action to "current" Allows me to not have to enter the upstream branch name whent pushing the first time. --- 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"]