git/config/git/config

29 lines
467 B
Plaintext
Raw Normal View History

# vim: ft=gitconfig
2016-10-02 21:44:37 -04:00
[include]
path = tools/kdiff3
path = config.os
path = config.local
2016-10-02 21:44:37 -04:00
[user]
name = Danielle McLean
email = dani@00dani.me
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/
[git-up.rebase]
arguments = --preserve-merges
[gpg]
program = gpg-for-git-signing
[rerere]
enabled = true