]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add mo alias (git merge origin/master).
authorSimon Ruderich <simon@ruderich.org>
Thu, 27 Sep 2012 11:02:10 +0000 (13:02 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 27 Sep 2012 11:02:10 +0000 (13:02 +0200)
gitconfig.m4

index e865454ee72ba7ee5526fc34fd1b53f9610af522..5e082916128fabf8f1d563e16feb7a457c0586b9 100644 (file)
@@ -75,6 +75,7 @@ include(../lib.m4)
        br  = branch -a -v
        m   = merge
        me  = merge
+       mo  = merge origin/master
        # Remote.
        f   = fetch
        fe  = fetch