diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-04 19:27:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-04 19:27:54 +0530 |
commit | 0490777619e1fc6de0aec32de40934414050452f (patch) | |
tree | ff9d3e499846a461e5cc98936cbd07bb28e4c103 | |
parent | 1656dceca3542484e1888081939005ad2b15e42f (diff) |
gitconfig: initial commit
-rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
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 |