is there any tutorial how to migrate from git lfs to dvc?
1 Like
I don’t think so but that would be great to have! In case you want to make one.
I can think of 2 strategies:
i. Brute-force approach:
Remove Git-LFS (or even Git itself) completely and start over with DVC.
ii. Conversion
- Translate the Git-LFS pointer files into
.dvc
files (empty hash values) - Download all the data from the Git-LFS server into the workspace
-
dvc commit
andgit remove/add/commit
everything.