diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-20 11:19:29 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-20 11:19:29 +0800 |
| commit | cdf13fe5f2998f561cb424e1153557229f55330d (patch) | |
| tree | 6a655330f220134f1a87dbbfc3d8695aaaaa993f /gitconfig | |
| parent | 430b06fb0c7fb3db44bde5634a9b2cb62102d497 (diff) | |
Update
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -26,3 +26,8 @@ | |||
| 26 | helper = store | 26 | helper = store |
| 27 | [gpg] | 27 | [gpg] |
| 28 | program = gpg2 | 28 | program = gpg2 |
| 29 | [filter "lfs"] | ||
| 30 | process = git-lfs filter-process | ||
| 31 | required = true | ||
| 32 | clean = git-lfs clean -- %f | ||
| 33 | smudge = git-lfs smudge -- %f | ||