]> git.sev.monster Git - dotfiles.git/blame_incremental - base/.gitconfig
zshenv: ignore gpg on systems that don't have it
[dotfiles.git] / base / .gitconfig
... / ...
CommitLineData
1[user]
2 email = git@sev.monster
3 name = sev
4
5[alias]
6 push-all = !git remote | xargs -n1 git push
7 submodules-pull = submodule foreach git pull origin master
8[pull]
9 ff = only
This page took 0.032702 seconds and 4 git commands to generate.