summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..3609f8f
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,15 @@
+[user]
+ name = Thanos Apollo
+ signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29
+[commit]
+ gpgsign = true
+[format]
+ subjectPrefix = PATCH
+[sendemail]
+ from = Thanos Apollo <[email protected]>
+ smtpserver = smtp.fastmail.com
+ smtpuser = [email protected]
+ smtpencryption = ssl
+ smtpserverport = 465
+ annotate = yes