From aa11432fb45c379d42bef67858df11bc43ea3a8c Mon Sep 17 00:00:00 2001 From: ds6 Date: Wed, 18 Mar 2020 21:50:35 -0500 Subject: [PATCH] rename git aliases, simplify push-all --- base/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/.gitconfig b/base/.gitconfig index 70f8a2c..f20bd02 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -3,5 +3,5 @@ name = ds6 [alias] - pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push - pull-submodules = submodule foreach git pull origin master + push-all = !git remote | xargs -n1 git push + submodules-pull = submodule foreach git pull origin master -- 2.48.1