
dvc-commit
List of commands for dvc-commit:
-
dvc-commit:tldr:75ba8 dvc-commit: Recursively commit all DVC-tracked files in a directory.$ dvc commit --recursive ${path-to-directory}try on your machineexplain this command
-
dvc-commit:tldr:9643f dvc-commit: Commit changes to all DVC-tracked files and directories.$ dvc committry on your machineexplain this command
-
dvc-commit:tldr:ccef7 dvc-commit: Commit changes to a specified DVC-tracked target.$ dvc commit ${target}try on your machineexplain this command