dvc: update page (#19511)

This commit is contained in:
Sahil Afrid Farookhi
2025-11-19 09:31:08 -06:00
committed by GitHub
parent 698bf6add7
commit 2750d3714e
+10 -2
View File
@@ -1,10 +1,18 @@
# dvc
> Data Version Control: like `git` for data.
> Data Version Control system for machine learning projects.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://dvc.org/doc/command-reference>.
- Execute a DVC subcommand:
- Initialize a new DVC project:
`dvc init`
- Add one or more data files or directories to tracking:
`dvc add {{path/to/file_or_directory}}`
- Execute a specific subcommand:
`dvc {{subcommand}}`