mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 22:56:59 +00:00
Update cheatsheets
This commit is contained in:
26
dvc
Normal file
26
dvc
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dvc
|
||||
|
||||
> Data Version Control: like `git` for data.
|
||||
> Some subcommands such as `dvc commit` have their own usage documentation.
|
||||
> More information: <https://dvc.org/>.
|
||||
|
||||
- Execute a DVC subcommand:
|
||||
|
||||
`dvc {{subcommand}}`
|
||||
|
||||
- Display general help:
|
||||
|
||||
`dvc --help`
|
||||
|
||||
- Display help about a specific subcommand:
|
||||
|
||||
`dvc {{subcommand}} --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`dvc --version`
|
||||
Reference in New Issue
Block a user