pedroborges / kirby-autogit

⬢ Saves every change made via Kirby Panel to a Git repository
149 stars 23 forks source link

LFS support #38

Closed jvgomg closed 6 years ago

jvgomg commented 6 years ago

Has anybody had any success using plugin this with git-lfs?

jvgomg commented 6 years ago

I've managed to get Git LFS working with this plugin – it will "just work" if git-lfs binary is in the PATH environment variable you start your php process with.

You need to make sure you git lfs install before this plugin makes any changes otherwise you files can be removed from LFS and committed to the repo as usual.