git: init config

This commit is contained in:
Jeremy Baxter 2024-05-02 13:13:30 +12:00
parent e382f41522
commit 8eddbd0658
3 changed files with 15 additions and 0 deletions

11
.gitconfig Normal file
View file

@ -0,0 +1,11 @@
[user]
email = jtbx@disroot.org
name = Jeremy Baxter
[core]
excludesFile = ~/.gitignore
[sendemail]
smtpserver = disroot.org
smtpuser = jtbx
smtpencryption = ssl
smtpserverport = 465
annotate = yes