]> git.sev.monster Git - dotfiles.git/commitdiff
make git pushall parallel
authords6 <git@ds6.pw>
Tue, 6 Feb 2018 01:36:41 +0000 (19:36 -0600)
committerds6 <git@ds6.pw>
Tue, 6 Feb 2018 01:36:41 +0000 (19:36 -0600)
base/.gitconfig

index 2e81ce9a2b8b6b98144c11e47562015f83ff0673..71dc34b3770994af827d34b35efd2fea950b0414 100644 (file)
@@ -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
This page took 0.034341 seconds and 4 git commands to generate.