mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
262 B
Markdown
21 lines
262 B
Markdown
![]() |
# dvc
|
||
|
|
||
|
> 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 Git command:
|
||
|
|
||
|
`git {{command}}`
|