Git xonfig with name email and editors

This commit is contained in:
David Senoner 2024-06-21 17:46:02 +02:00
parent 96063845a9
commit f6cc587bd3

14
.gitconfig Normal file
View 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