1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/dvc.md

21 lines
263 B
Markdown
Raw Normal View History

# dvc
2020-07-26 21:21:20 +05:30
> Data Version Control i.e git for data.
> More information: <https://dvc.org/>.
- Check the DVC version:
`dvc --version`
- Call general help:
`dvc --help`
- Call help on a command:
`dvc {{command}} --help`
- Execute DVC command:
`dvc {{command}}`