Forrest logo
back to context overview

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 machine
    explain this command
  • dvc-commit:tldr:9643f dvc-commit: Commit changes to all DVC-tracked files and directories.
    $ dvc commit
    try on your machine
    explain this command
  • dvc-commit:tldr:ccef7 dvc-commit: Commit changes to a specified DVC-tracked target.
    $ dvc commit ${target}
    try on your machine
    explain this command
back to context overview