mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
405 B
Markdown
16 lines
405 B
Markdown
# dvc commit
|
|
|
|
> Record changes to DVC-tracked files in the project.
|
|
> More information: <https://dvc.org/doc/command-reference/commit>.
|
|
|
|
- Commit changes to all DVC-tracked files and directories:
|
|
|
|
`dvc commit`
|
|
|
|
- Commit changes to a specified DVC-tracked target:
|
|
|
|
`dvc commit {{target}}`
|
|
|
|
- Recursively commit all DVC-tracked files in a directory:
|
|
|
|
`dvc commit {{[-R|--recursive]}} {{path/to/directory}}`
|