1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[git] Support git lfs

This commit is contained in:
Hyacinthe Cartiaux 2016-08-23 17:04:47 +02:00
parent 7e9947888f
commit 1fdc8065bb

View file

@ -84,3 +84,7 @@
[push]
default = matching
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true