mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
dvc: update page (#19511)
This commit is contained in:
committed by
GitHub
parent
698bf6add7
commit
2750d3714e
+10
-2
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user