git/config/git/config

17 lines
305 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
[user]
name = Danielle McLean
email = gopsychonauts@gmail.com
2016-10-02 21:44:37 -04:00
[alias]
2016-10-03 01:09:54 -04:00
co = checkout
2016-10-02 21:44:37 -04:00
d = diff
l = log --graph --oneline --decorate --all
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[url "git@github.com:"]
pushInsteadOf = https://github.com/