git configuration
This commit is contained in:
20
.gitconfig
Normal file
20
.gitconfig
Normal 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
|
||||||
Reference in New Issue
Block a user