X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/03bc64c4e89dadccb97ce8d1e22477ab8b7210dc..d217a7b611954f0f8ee5179044728e4e132bb78f:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 454f6bd..70f8a2c 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,3 +1,7 @@ [user] email = git@ds6.pw name = ds6 + +[alias] + pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push + pull-submodules = submodule foreach git pull origin master