X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/c9c531f22e5208efd40f4d9c625ae15a2797ecc6..c502db453fe691c9065bd1cac095c734f4b071f1:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 70f8a2c..a2804de 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,7 +1,7 @@ [user] - email = git@ds6.pw - name = ds6 + email = git@sev.monster + name = sev [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