]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
small gtk fixes, update dunstrc, modules, user.js
[dotfiles.git] / base / .gitconfig
index 454f6bd518aab501cef8e2a0e9709310fe581176..17b6e1ccf8147ce22771020795f18e4035027014 100644 (file)
@@ -1,3 +1,7 @@
 [user]
        email = git@ds6.pw
        name = ds6
 [user]
        email = git@ds6.pw
        name = ds6
+
+[alias]
+       pushall = !git remote | xargs -L1 -P3 git push
+       pull-submodules = submodule foreach git pull origin master
This page took 0.065981 seconds and 4 git commands to generate.