Sodamhan.com

TL;DR

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

This document was created using the contents of the tldr project.