]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
fix dpass
[dotfiles.git] / base / .gitconfig
index 454f6bd518aab501cef8e2a0e9709310fe581176..70f8a2ca6a5fd78ffde66276131d4e1fa570c238 100644 (file)
@@ -1,3 +1,7 @@
 [user]
        email = git@ds6.pw
        name = ds6
+
+[alias]
+       pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push
+       pull-submodules = submodule foreach git pull origin master
This page took 0.028025 seconds and 4 git commands to generate.