]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: enable merge.defaultToUpstream
authorSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:48:38 +0000 (15:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:48:38 +0000 (15:48 +0200)
gitconfig.in

index f97689006ea2155c96ee99dbc991ff78682a85b8..0f2d4d0fcc11df4ed849626668cd2d770035f929 100644 (file)
 [merge]
        tool = vimdiff
 
+       # Merge upstream branch if `git merge` is called without arguments.
+       defaultToUpstream = yes
+
 [push]
        # When running git push without a refspec push only the current
        # branch, see man page git-config(1) for details.