X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b83f065887c0b492e92ecf59c46d58586e0abf28..9273909b6ea7954fea139e8fcd4852f87769ea5b:/base/.gitconfig 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