git/config/git/config

29 lines
459 B
Plaintext

# vim: ft=gitconfig
[include]
path = tools/kdiff3
path = config.os
path = config.local
[user]
name = Danielle McLean
email = dani@00dani.me
[alias]
co = checkout
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 = gpg2-no-tty
[rerere]
enabled = true