Skip to content

Commit 2750d37

Browse files
authored
dvc: update page (#19511)
1 parent 698bf6a commit 2750d37

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pages/common/dvc.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# dvc
22

3-
> Data Version Control: like `git` for data.
3+
> Data Version Control system for machine learning projects.
44
> Some subcommands such as `commit` have their own usage documentation.
55
> More information: <https://dvc.org/doc/command-reference>.
66
7-
- Execute a DVC subcommand:
7+
- Initialize a new DVC project:
8+
9+
`dvc init`
10+
11+
- Add one or more data files or directories to tracking:
12+
13+
`dvc add {{path/to/file_or_directory}}`
14+
15+
- Execute a specific subcommand:
816

917
`dvc {{subcommand}}`
1018

0 commit comments

Comments
 (0)