DVC version : 0.82.2
When using dvc get to get data from a large bitbucket repository (with full command dvc get --rev branchname https://.../gitrepo data/data.csv), this results in cloning the full git repository, even though only the one specified branch was needed. It would be preferable to be able to only clone the one specified branch.
DVC version : 0.82.2
When using
dvc getto get data from a large bitbucket repository (with full commanddvc get --rev branchname https://.../gitrepo data/data.csv), this results in cloning the full git repository, even though only the one specified branch was needed. It would be preferable to be able to only clone the one specified branch.