Using git-lfs as "file-backend" #10444
-
Hi all, Don't know if i'm missing something so any help is appreciated. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @ZuoyunZheng, do you mean you want to push data back to a data repo while working outside of that repo or commit? If so, this is not something that is supported now with or without git-lfs. You need to checkout the data repo to push to it. |
Beta Was this translation helpful? Give feedback.
-
No the data are indeed not in the same repo i'm working in. Thanks for the pointer. I think data registry made it click for me. What i wanted was to use git-lfs to store my data since i would like to have a clear and plain overview of the files and their history (as opposed to having to parse through all the md5 values from dvc). But that's redundant and defeating the whole purpose of dvc now that i am using dvc to track my data. |
Beta Was this translation helpful? Give feedback.
Can you clarify whether the data is inside the same repo you are working in?
If not, then I think you may want to take a look at the discussion in #8103. It is not specific to git lfs but more about how to upload data changes back to an external "data registry" repo.