dotwryn/config/git/gitconfig

20 lines
278 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
[color]
diff = always
status = always
branch = always