Actually to see versions of a DVC file, we need to use "git log" but this command need to clone the repository before. So if I need to import a specific version of a dataset on an another project, I need to clone the entire repository.
A better way should to use a command like "dvc list --versions url".
Actually to see versions of a DVC file, we need to use "git log" but this command need to clone the repository before. So if I need to import a specific version of a dataset on an another project, I need to clone the entire repository.
A better way should to use a command like "dvc list --versions url".