You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
465 B
29 lines
465 B
[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
|
|
[core]
|
|
editor = vim
|
|
[init]
|
|
defaultBranch = master
|