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