Git xonfig with name email and editors
This commit is contained in:
parent
96063845a9
commit
f6cc587bd3
1 changed files with 14 additions and 0 deletions
14
.gitconfig
Normal file
14
.gitconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
[user]
|
||||
name = David Senoner
|
||||
email = seda18@rolmail.net
|
||||
[core]
|
||||
editor = nvim
|
||||
[advice]
|
||||
addIgnoredFile = false
|
||||
[color]
|
||||
ui = auto
|
||||
[sendemail]
|
||||
smtpencryption = tls
|
||||
smtpserver = smtp.konmail.net
|
||||
smtpuser = seda18@rolmail.net
|
||||
smtpserverport = 587
|
Loading…
Add table
Add a link
Reference in a new issue