]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
fix dpass
[dotfiles.git] / base / .gitconfig
index 71dc34b3770994af827d34b35efd2fea950b0414..70f8a2ca6a5fd78ffde66276131d4e1fa570c238 100644 (file)
@@ -3,4 +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
This page took 0.035964 seconds and 4 git commands to generate.