git/config/git/config

43 lines
669 B
Plaintext

# vim: ft=gitconfig
[include]
path = tools/kdiff3
path = config.os
path = config.local
[alias]
co = checkout
d = diff
l = log --graph --pretty=graph --date=relative
up = pull --rebase --autostash
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[dude]
icon = ~/.config/git-dude/icon.png
[git-up.rebase]
arguments = --preserve-merges
[gpg]
program = gpg-for-git-signing
[log]
decorate = true
[pretty]
graph = tformat:%C(auto)%h %G? %s% gD% D
[push]
default = simple
gpgSign = if-asked
[rerere]
enabled = true
[url "git@github.com:"]
pushInsteadOf = https://github.com/
[user]
name = Danielle McLean
email = dani@00dani.me