dotfiles/git/gitconfig
Thomas FORGIONE a77f5fab75
Tab / Spaces
2016-12-03 11:49:41 +01:00

22 lines
293 B
Plaintext

[credential]
helper = cache
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
d = difftool
co = checkout
st = status
ci = commit
[log]
date = local
[core]
quotepath = false
[merge]
tool=meld
[commit]
gpgsign = true