Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.23 KB

dvc-tracked-files.md

File metadata and controls

30 lines (23 loc) · 1.23 KB

Manage DVC-Tracked Files

💡 Read more about managing large files with Git and DVC here. DVC provides a few commands you can run along with git to version large files, directories, or ML model using external storages like S3, SSH, Google Cloud, etc.

In the DVC Tracked View you can see the files and directories that are managed by DVC (even if they are not yet downloaded) in a view similar to the regular Explorer view

DVC-Tracked Explorer Integration

You can dvc pull to download your data or dvc push to save it right from this view.

In the Source Control View the statuses shown are designed to integrate with that of the built-in Git extension and give an "at a glance" state of the entire workspace. The extension will show if DVC-tracked datasets are changed and you need to commit them.

DVC-Tracked SCM Integration

From this view you can trigger data management commands like dvc checkout, dvc commit, as well as dvc pull and dvc push.