From 0490777619e1fc6de0aec32de40934414050452f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jul 2023 19:27:54 +0530 Subject: gitconfig: initial commit --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..032eb50 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[color] + ui = auto +[user] + name = sinanmohd + email = sinan@firemail.cc +[sendemail] + smtpserver = mail.cock.li + smtpuser = sinan@firemail.cc + smtpencryption = ssl + smtpserverport = 465 -- cgit v1.2.3