dotfiles/gitconfig

23 lines
304 B
Plaintext
Raw Normal View History

2016-08-23 10:15:32 +02:00
[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