Browse Source

Initial commit

Added my Git configuration
master
Abheek Dhawan 3 years ago
commit
fc9b5f717e
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 25
      .gitconfig

25
.gitconfig

@ -0,0 +1,25 @@
[user]
email = abheekd@protonmail.com
name = Abheek Dhawan
signingkey = 14475B67
[sendemail]
smtpuser = adawesomeguy222@gmail.com
smtpserver = smtp.gmail.com
smtpencryption = tls
smtpserverport = 587
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = cache
[commit]
gpgSign = true
[tag]
gpgSign = true
Loading…
Cancel
Save