Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-20 00:20:48 +00:00
parent c80d49f5d0
commit 96cc0e16c6
10 changed files with 189 additions and 22 deletions

View File

@@ -5,11 +5,19 @@ source: https://github.com/tldr-pages/tldr.git
---
# dvc
> Data Version Control: like `git` for data.
> Data Version Control system for machine learning projects.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://dvc.org/doc/command-reference>.
- Execute a DVC subcommand:
- Initialize a new DVC project:
`dvc init`
- Add one or more data files or directories to tracking:
`dvc add {{path/to/file_or_directory}}`
- Execute a specific subcommand:
`dvc {{subcommand}}`