X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/68f5ac65b827cdbe06418e264c607218685f8e48..7bcc6f7fd9703c522f2c4d0add9a850515c21a44:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 17b6e1c..70f8a2c 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -3,5 +3,5 @@ name = ds6 [alias] - pushall = !git remote | xargs -L1 -P3 git push + pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push pull-submodules = submodule foreach git pull origin master