From 663d695b625acc7dd219664b2b41459be89e4958 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 14 Oct 2012 21:38:10 +0200 Subject: [PATCH] gitconfig: Move alias rp to remote section. --- gitconfig.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index 8502645..4519510 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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. -- 2.44.1