You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
MMcKester
changed the title
How to use nodegit-lfs with nodegit?
Why does nodegit-lfs require git and git-lfs installed?
Sep 9, 2020
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:
Can anyone explain me the purpose behind this requirement? Nodegit itself works with libgit2, but to use Git LFS I need
git
andgit lfs
installed?Does anyone know how for example GitKraken has solved this to fulfill their Git LFS support? Thanks a lot!
The text was updated successfully, but these errors were encountered: