X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b83f065887c0b492e92ecf59c46d58586e0abf28..c502db453fe691c9065bd1cac095c734f4b071f1:/base/.gitconfig?ds=inline diff --git a/base/.gitconfig b/base/.gitconfig index 2e81ce9..a2804de 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,5 +1,7 @@ [user] - email = git@ds6.pw - name = ds6 + email = git@sev.monster + name = sev + [alias] - pushall = !git remote | xargs -L1 git push + push-all = !git remote | xargs -n1 git push + submodules-pull = submodule foreach git pull origin master