1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/common/dvc.md
2021-09-13 10:21:21 +02:00

21 lines
375 B
Markdown

# dvc
> Data Version Control: like `git` for data.
> Some subcommands such as `dvc commit` have their own usage documentation.
> 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}}`