dotfiles/git/gitconfig

23 lines
455 B
Plaintext

[credential]
helper = cache
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
d = difftool
co = checkout
st = status
ci = commit
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(white)%s %C(bold blue){{%an}}%C(reset) %C(red)%d%C(reset)' --graph --date=short
[log]
date = local
[core]
quotepath = false
[merge]
tool=meld
[commit]
gpgsign = true