]> git.sev.monster Git - dotfiles.git/blame - base/.gitconfig
gitconfig: ff only
[dotfiles.git] / base / .gitconfig
CommitLineData
f3307e88 1[user]
133ce067 2 email = git@sev.monster
3 name = sev
ed6279d1 4
b83f0658 5[alias]
aa11432f 6 push-all = !git remote | xargs -n1 git push
7 submodules-pull = submodule foreach git pull origin master
179626ae 8[pull]
9 ff = only
This page took 0.053589 seconds and 4 git commands to generate.