From fc32ddde00eeb5f75547e736212fcb0488eb3cb7 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sat, 18 Dec 2021 20:30:28 -0500 Subject: [PATCH] Add git. --- git/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 git/config diff --git a/git/config b/git/config new file mode 100644 index 0000000..8282713 --- /dev/null +++ b/git/config @@ -0,0 +1,19 @@ +[user] + name = Raghav Gururajan + email = rg@raghavgururajan.name + signingkey = 7F8BE551 +[default] + editor = nano +[core] + editor = nano +[commit] + gpgsign = true +[sendemail] + smtpserver = smtp.migadu.com + smtpuser = rg@raghavgururajan.name + smtpencryption = ssl + smtpserverport = 465 + assume8bitEncoding = UTF-8 +[credential] + helper = cache --timeout 31536000 +