mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:22:08 +02:00

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
16 lines
396 B
Markdown
16 lines
396 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 --recursive {{path/to/directory}}`
|