]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
add gpg, update install.sh, fix .zshenv.local
[dotfiles.git] / base / .gitconfig
index 70f8a2ca6a5fd78ffde66276131d4e1fa570c238..91550b24b3beea92b18061e6188511e8555d18f8 100644 (file)
@@ -1,7 +1,9 @@
 [user]
 [user]
-       email = git@ds6.pw
-       name = ds6
+       email = git@sev.monster
+       name = sev
 
 [alias]
 
 [alias]
-       pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -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.039101 seconds and 4 git commands to generate.