logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DVC Commit - Record Data Changes | Online Free DevTools by Hexmos

Record data changes instantly with DVC Commit. Track versions of your data, reproduce experiments and collaborate efficiently. Free online tool, no registration required.

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 {{[-R|--recursive]}} {{path/to/directory}}

See Also