2020-07-23 07:51:21 +01:00
|
|
|
# dvc commit
|
|
|
|
|
|
|
|
> Record changes to DVC-tracked files in the project.
|
|
|
|
> More information: <https://dvc.org/doc/command-reference/commit>.
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
- Commit changes to all DVC-tracked files and directories:
|
2020-07-23 07:51:21 +01:00
|
|
|
|
|
|
|
`dvc commit`
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
- Commit changes to a specified DVC-tracked target:
|
2020-07-23 07:51:21 +01:00
|
|
|
|
|
|
|
`dvc commit {{target}}`
|
|
|
|
|
|
|
|
- Recursively commit all DVC-tracked files in a directory:
|
|
|
|
|
|
|
|
`dvc commit --recursive {{path/to/directory}}`
|