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 Add - Control Data Versions | Online Free DevTools by Hexmos

Control data versions with DVC Add. Track changes, manage datasets, and maintain reproducible data pipelines. Free online tool, no registration required.

dvc-add

Add changed files to the index. More information: https://dvc.org/doc/command-reference/add.

  • Add a single target file to the index:

dvc add {{path/to/file}}

  • Add a target directory to the index:

dvc add {{path/to/directory}}

  • Recursively add all the files in a given target directory:

dvc add --recursive {{path/to/directory}}

  • Add a target file with a custom .dvc filename:

dvc add --file {{custom_name.dvc}} {{path/to/file}}

See Also