dotwryn/config/git/gitconfig
2021-09-16 10:43:17 -06:00

22 lines
306 B
Plaintext

[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
[submodule]
recurse = true