X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/a8ed94e20554b25507751c4715fc532ee88db048..7d19d0fd5608ffd538eaf15a398fd2cb231da13f:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 2e81ce9..70f8a2c 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 | tr -s '\\n' '\\0' | xargs -0 -P3 git push + pull-submodules = submodule foreach git pull origin master