Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Data Version Control: like `git` for data.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://dvc.org/>.
> More information: <https://dvc.org/doc/command-reference>.
- Execute a DVC subcommand:
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
- Display general help:
`dvc --help`
`dvc {{[-h|--help]}}`
- Display help about a specific subcommand:
`dvc {{subcommand}} --help`
`dvc {{subcommand}} {{[-h|--help]}}`
- Display version: