dotfiles/gitconfig

23 lines
304 B
Plaintext

[user]
name = Thomas FORGIONE
email = thomas.forgione@gmail.com
[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