Added git config

This commit is contained in:
Wryn Wagner
2020-09-10 13:44:34 -06:00
parent 3fd195ca45
commit 9c64491e7d
2 changed files with 20 additions and 0 deletions

15
config/git/gitconfig Normal file
View File

@ -0,0 +1,15 @@
[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