]> git.sev.monster Git - dotfiles.git/blame_incremental - base/.gitconfig
add zshenv debounce, check for perl before init
[dotfiles.git] / base / .gitconfig
... / ...
CommitLineData
1[user]
2 email = git@ds6.pw
3 name = ds6
4
5[alias]
6 pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push
7 pull-submodules = submodule foreach git pull origin master
This page took 0.037575 seconds and 4 git commands to generate.