git/config/git/config

32 lines
511 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 = gpg-for-git-signing
[rerere]
enabled = true
[dude]
icon = ~/.config/git-dude/icon.png