We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698bf6a commit 2750d37Copy full SHA for 2750d37
pages/common/dvc.md
@@ -1,10 +1,18 @@
1
# dvc
2
3
-> Data Version Control: like `git` for data.
+> Data Version Control system for machine learning projects.
4
> Some subcommands such as `commit` have their own usage documentation.
5
> More information: <https://dvc.org/doc/command-reference>.
6
7
-- Execute a DVC subcommand:
+- 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:
16
17
`dvc {{subcommand}}`
18
0 commit comments