X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/7bcc6f7fd9703c522f2c4d0add9a850515c21a44..152474f63f971b4c543a896c11f2c6db5a4c2d41:/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