git/home/.gitconfig

12 lines
193 B
INI
Raw Normal View History

2016-10-02 21:44:37 -04:00
[include]
path = .gitconfig.local
[alias]
d = diff
l = log --graph --oneline --decorate --all
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[commit]
gpgsign = true