]> git.rmz.io Git - dotfiles.git/commitdiff
git: set push action to "current"
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 15 May 2017 09:59:34 +0000 (10:59 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 15 May 2017 09:59:34 +0000 (10:59 +0100)
Allows me to not have to enter the upstream branch name whent pushing
the first time.

git/config

index e7e4541b522592ef4444c6e512b483d2533d74c2..deadf5c5bde2388ac2f7b104106c853270af0c46 100644 (file)
@@ -7,7 +7,7 @@
        ui = auto
        diff = auto
 [push]
        ui = auto
        diff = auto
 [push]
-       default = simple
+       default = current
 [diff]
        tool = vimdiff
 [color "diff"]
 [diff]
        tool = vimdiff
 [color "diff"]