Skip to content

Commit

Permalink
Update .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
parsapoorsh committed Oct 1, 2024
1 parent 77998d6 commit 03f571e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

0 comments on commit 03f571e

Please sign in to comment.