]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Move alias rp to remote section.
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 19:38:10 +0000 (21:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 19:38:10 +0000 (21:38 +0200)
gitconfig.m4

index 8502645baee8dadf6747e41e8123839a5456bfd9..451951049df82d3d29a7d74e5faf91a4bf8e6c69 100644 (file)
@@ -83,6 +83,9 @@ include(../lib.m4)
        p   = push
        pu  = push
        ru  = remote update
+       # Push to all remotes. Thanks to albel727 in #git on Freenode
+       # (2011-06-04 16:06 CEST) for the idea.
+       rp = ! git remote | xargs -L1 -I{} git push {}
        ## Patches.
        fp  = format-patch
        ## Maintenance.
@@ -100,9 +103,6 @@ include(../lib.m4)
        #
        # tig-like log view.
        glog = log --pretty=oneline --graph --all
-       # Push to all remotes. Thanks to albel727 in #git on Freenode
-       # (2011-06-04 16:06 CEST) for the idea.
-       rp = ! git remote | xargs -L1 -I{} git push {}
 
 [diff]
        # Detect copies and renames.