summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-03 19:13:19 +0300
committerThanos Apollo <[email protected]>2023-09-03 19:13:19 +0300
commit5222b6e470bacc58d2c32696ce2a0064b721fc40 (patch)
tree0bb88c065fdc5decdf832c5d990c4c84d100b90b /.gitconfig
parentcf3071bc8e3fcea433a6b6ca4d37ed777790020a (diff)
Add gitconfig
Diffstat (limited to '.gitconfig')
-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