aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-06 22:58:25 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-06 22:58:25 +0800
commit1bad0960a1a748118b486aa3c6a5802ab104c4e4 (patch)
tree2575fd5d4c8332e8f5bad7bcf0e0f4b15b7bcb71 /gitconfig
parent29b399327e198c61812856da17cf7fdcd3153b93 (diff)
Update git config
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/gitconfig b/gitconfig
index c6bfa33..0ae8ef0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,5 @@
1[user] 1[user]
2 email = typebrook@topo.tw 2 email = pham@topo.tw
3 name = Hsieh Chin Fan 3 name = Hsieh Chin Fan
4 signingkey = 6DD8C14A 4 signingkey = 6DD8C14A
5 5
@@ -8,7 +8,6 @@
8 smtpuser = pham 8 smtpuser = pham
9 smtpencryption = tls 9 smtpencryption = tls
10 smtpserverport = 587 10 smtpserverport = 587
11 smtpPass = `pass pham@topo.tw`
12 11
13[gpg] 12[gpg]
14 program = gpg2 13 program = gpg2
@@ -32,9 +31,6 @@
32[pull] 31[pull]
33 ff = only 32 ff = only
34 33
35[credential]
36 helper = store
37
38[filter "lfs"] 34[filter "lfs"]
39 process = git-lfs filter-process 35 process = git-lfs filter-process
40 required = true 36 required = true