X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b83f065887c0b492e92ecf59c46d58586e0abf28..a8f1ccafb8cc593670ddcda3f17ef83af8950a94:/base/.gitconfig?ds=inline 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