From efa51a768714b01efc862c28180d5d639c04692c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Mar 2023 17:51:12 +0300 Subject: Add gitconfig --- .gitconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..cf20d7b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + email = public@thanosapollo.com + name = Thanos Apollo + signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 +[commit] + gpgsign = true +[format] + subjectPrefix = Patch git-send-email.io \ No newline at end of file -- cgit v1.2.3