From 34422a75689251695d4633ce3a26ba7ec676df68 Mon Sep 17 00:00:00 2001 From: ds6 Date: Mon, 5 Feb 2018 19:36:41 -0600 Subject: [PATCH] make git pushall parallel --- base/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/.gitconfig b/base/.gitconfig index 2e81ce9..71dc34b 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,5 +1,6 @@ [user] email = git@ds6.pw name = ds6 + [alias] - pushall = !git remote | xargs -L1 git push + pushall = !git remote | xargs -L1 -P3 git push -- 2.47.0