Hello,
I use nodegit for my NodeJS project and would like to add now Git LFS support. So I found nodegit-lfs and the description states:
Nodegit LFS is an extension library used to augment NodeGit with the capability to use git lfs via the command line.
To use this package, you must have git and git lfs installed.
Can anyone explain me the purpose behind this requirement? Nodegit itself works with libgit2, but to use Git LFS I need git and git lfs installed?
Does anyone know how for example GitKraken has solved this to fulfill their Git LFS support? Thanks a lot!