X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/03bc64c4e89dadccb97ce8d1e22477ab8b7210dc..0176bb959db5444fa8db3a5b4887e629287fe010:/base/.gitconfig diff --git a/base/.gitconfig b/base/.gitconfig index 454f6bd..91550b2 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -1,3 +1,9 @@ [user] - email = git@ds6.pw - name = ds6 + email = git@sev.monster + name = sev + +[alias] + push-all = !git remote | xargs -n1 git push + submodules-pull = submodule foreach git pull origin master +[pull] + ff = only