git/config/git/config

16 lines
266 B
Plaintext

[include]
path = config.local
[alias]
co = checkout
d = diff
l = log --graph --oneline --decorate --all
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[commit]
gpgsign = true
[url "git@github.com:"]
pushInsteadOf = https://github.com/