dvc commit
Record changes to DVC-tracked files in the project.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).