dotfiles/git/ctct/gitconfig
2018-05-25 11:14:58 -04:00

11 lines
239 B
Text

# This is Git's per-user configuration file.
[user]
name = acicchetti
email = acicchetti@constantcontact.com
[diff]
tool = vimdiff
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool "vimdiff"]
cmd = nvim -d $BASE $LOCAL $REMOTE