git-lfs storage #7478
Replies: 1 comment
-
|
Not perfect as I believe files can only be matched by filename and not file content, but it seems like when running in an environment where Now it would be great if there was some way to have all files that git recognizes as binary to be tracked by lfs. Perhaps one could prepare some shell script that intercepts comitted files and checks if they are binary files, and if so tracks them with lfs. Then using the Git Binary Path setting to point to such a script might work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. The git storage backed isn't so great for non-text files like assets because git is revision control for text files. git-lfs gracefully extends git to work efficiently with binary blobs (like wiki assets). So wiki.js with a git-lfs storage backend seems like a really great match. Has there been any effort to get wiki.js's git storage backend working with git-lfs?
Beta Was this translation helpful? Give feedback.
All reactions