From: Simon Ruderich Date: Sun, 14 Oct 2012 19:38:10 +0000 (+0200) Subject: gitconfig: Move alias rp to remote section. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=663d695b625acc7dd219664b2b41459be89e4958 gitconfig: Move alias rp to remote section. --- 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.