diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-20 16:18:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-20 16:18:44 +0800 |
commit | ba9cfc62d4b029a5bb9e6753aa744d289b2c79ab (patch) | |
tree | 7634ceb7792c91731ecacfa02dd7c32f3e2111a1 /gitconfig | |
parent | 781b5e38af97adc152cb70f1b06fcd2d46f56fb0 (diff) |
Update
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,3 +36,6 @@ | |||
36 | required = true | 36 | required = true |
37 | clean = git-lfs clean -- %f | 37 | clean = git-lfs clean -- %f |
38 | smudge = git-lfs smudge -- %f | 38 | smudge = git-lfs smudge -- %f |
39 | |||
40 | [receive] | ||
41 | denyCurrentBranch = false | ||