]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
rename git aliases, simplify push-all
[dotfiles.git] / base / .gitconfig
index 2e81ce9a2b8b6b98144c11e47562015f83ff0673..f20bd0274bec1ea31f9e133b0e610bd3f96dae11 100644 (file)
@@ -1,5 +1,7 @@
 [user]
        email = git@ds6.pw
        name = ds6
 [user]
        email = git@ds6.pw
        name = ds6
+
 [alias]
 [alias]
-       pushall = !git remote | xargs -L1 git push
+       push-all = !git remote | xargs -n1 git push
+       submodules-pull = submodule foreach git pull origin master
This page took 0.03036 seconds and 4 git commands to generate.