X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=451951049df82d3d29a7d74e5faf91a4bf8e6c69;hb=663d695b625acc7dd219664b2b41459be89e4958;hp=8502645baee8dadf6747e41e8123839a5456bfd9;hpb=75a8eb965d02b8eecf7a9e07dd8bb366a9992e3f;p=config%2Fdotfiles.git 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.