git configuration

This commit is contained in:
2019-07-18 00:41:55 +02:00
parent 51429673ce
commit af033d2dfc

20
.gitconfig Normal file
View File

@@ -0,0 +1,20 @@
[push]
default = simple
[user]
name = Robert Kmiec
email = robert.r.kmiec@gmail.com
[core]
editor = vim
[help]
autocorrect = 1
[color]
ui = true
[grep]
lineNumber = true
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = robert.r.kmiec@gmail.com
smtpserverport = 587
[merge]
tool = vimdiff