From 5222b6e470bacc58d2c32696ce2a0064b721fc40 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 19:13:19 +0300 Subject: Add gitconfig --- .gitconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..3609f8f --- /dev/null +++ b/.gitconfig @@ -0,0 +1,15 @@ +[user] + email = public@thanosapollo.com + name = Thanos Apollo + signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 +[commit] + gpgsign = true +[format] + subjectPrefix = PATCH +[sendemail] + from = Thanos Apollo + smtpserver = smtp.fastmail.com + smtpuser = thanosapollo@fastmail.com + smtpencryption = ssl + smtpserverport = 465 + annotate = yes -- cgit v1.2.3