dotwryn/config/git/gitconfig

16 lines
221 B
Plaintext
Raw Normal View History

2020-09-10 19:44:34 +00:00
[user]
email = wagner.wryn@gmail.com
name = Wryn Wagner
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true