X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/a8ed94e20554b25507751c4715fc532ee88db048..fab483dd02670f3c8ac23c7ab274a8ddc1d6a6be:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 2e81ce9..17b6e1c 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,5 +1,7 @@ [user] email = git@ds6.pw name = ds6 + [alias] - pushall = !git remote | xargs -L1 git push + pushall = !git remote | xargs -L1 -P3 git push + pull-submodules = submodule foreach git pull origin master