From 9f47991e155509d1acbbc447d5bc1980bdb0fd55 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 14 Sep 2022 15:06:37 +0800 Subject: Update --- gitconfig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 89e4ccd..fbc408b 100644 --- a/gitconfig +++ b/gitconfig @@ -1,8 +1,18 @@ [user] - email = typebrook@gmail.com + email = pham@topo.tw name = Hsieh Chin Fan signingkey = 6DD8C14A +[sendemail] + smtpserver = mail.topo.tw + smtpuser = pham + smtpencryption = tls + smtpserverport = 587 + smtpPass = `pass pham@topo.tw` + +[gpg] + program = gpg2 + [alias] reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" stashstaged = !git stash --keep-index && \ @@ -24,8 +34,7 @@ [credential] helper = store -[gpg] - program = gpg2 + [filter "lfs"] process = git-lfs filter-process required = true -- cgit v1.2.3-70-g09d2