]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
prompt_arrows_setup: make comment more readable
[dotfiles.git] / base / .gitconfig
index 71dc34b3770994af827d34b35efd2fea950b0414..91550b24b3beea92b18061e6188511e8555d18f8 100644 (file)
@@ -1,6 +1,9 @@
 [user]
-       email = git@ds6.pw
-       name = ds6
+       email = git@sev.monster
+       name = sev
 
 [alias]
-       pushall = !git remote | xargs -L1 -P3 git push
+       push-all = !git remote | xargs -n1 git push
+       submodules-pull = submodule foreach git pull origin master
+[pull]
+       ff = only
This page took 0.045453 seconds and 4 git commands to generate.