diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-06 22:58:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-06 22:58:25 +0800 |
commit | 1bad0960a1a748118b486aa3c6a5802ab104c4e4 (patch) | |
tree | 2575fd5d4c8332e8f5bad7bcf0e0f4b15b7bcb71 /gitconfig | |
parent | 29b399327e198c61812856da17cf7fdcd3153b93 (diff) |
Update git config
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |