]> git.sev.monster Git - dotfiles.git/blob - base/.gitconfig
f20bd0274bec1ea31f9e133b0e610bd3f96dae11
[dotfiles.git] / base / .gitconfig
1 [user]
2         email = git@ds6.pw
3         name = ds6
4
5 [alias]
6         push-all = !git remote | xargs -n1 git push
7         submodules-pull = submodule foreach git pull origin master
This page took 0.025644 seconds and 2 git commands to generate.