]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
prompt_arrows_setup: make comment more readable
[dotfiles.git] / base / .gitconfig
index 2e81ce9a2b8b6b98144c11e47562015f83ff0673..91550b24b3beea92b18061e6188511e8555d18f8 100644 (file)
@@ -1,5 +1,9 @@
 [user]
-       email = git@ds6.pw
-       name = ds6
+       email = git@sev.monster
+       name = sev
+
 [alias]
-       pushall = !git remote | xargs -L1 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.038414 seconds and 4 git commands to generate.