git/home/.config/git/config

12 lines
189 B
Plaintext
Raw Normal View History

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