chore(config): update VS Code and git config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-13 09:07:13 +08:00
parent 3d03a19d09
commit add93e3ec0
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
4 changed files with 31 additions and 6 deletions

View file

@ -40,9 +40,9 @@
helper = !/usr/bin/glab auth git-credential
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
[sendemail]
smtpServer = /home/ajhalili2006/go/bin/sendgmail
smtpServerOption = -sender=ajhalili2006@gmail.com
#[sendemail]
# smtpServer = /home/ajhalili2006/go/bin/sendgmail
# smtpServerOption = -sender=ajhalili2006@gmail.com
# repo init chores
[init]
@ -105,3 +105,5 @@
ifmissing = add
ifexists = doNothing
command = echo \"$(git config user.name) <$(git config user.email)>\"
[push]
autoSetupRemote = true