mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:42:19 +02:00

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
20 lines
299 B
Markdown
20 lines
299 B
Markdown
# dvc
|
|
|
|
> Data Version Control: like `git` for data.
|
|
> More information: <https://dvc.org/>.
|
|
|
|
- Check the DVC version:
|
|
|
|
`dvc --version`
|
|
|
|
- Display general help:
|
|
|
|
`dvc --help`
|
|
|
|
- Display help about a specific subcommand:
|
|
|
|
`dvc {{subcommand}} --help`
|
|
|
|
- Execute a DVC subcommand:
|
|
|
|
`dvc {{subcommand}}`
|