diff options
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 | ||