From 03f571eba47d4fbca8fdcb830b685d15aca49933 Mon Sep 17 00:00:00 2001 From: Parsa Poorshikhian Date: Tue, 1 Oct 2024 03:45:32 +0330 Subject: [PATCH] Update .gitconfig --- .gitconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 6a783c3..d084ab1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,7 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f [user] - name = Parsa + name = Parsa Poorshikhian email = parsa.poorsh@gmail.com signingkey = FFB2FE0B3E3CD970 [commit] @@ -15,3 +15,13 @@ [credential "https://gist.github.com"] helper = helper = !/usr/bin/gh auth git-credential +[core] + abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") +[sendemail] + ; setup for using git send-email; prompts for password + smtpuser = parsa.poorsh@gmail.com + smtpserver = smtp.googlemail.com + smtpencryption = tls + smtpserverport = 587