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 Checkout - Manage Data Versions | Online Free DevTools by Hexmos

Manage data versions easily with DVC Checkout. Retrieve specific file versions from cache. Free online tool, no registration required.

dvc-checkout

Checkout data files and directories from cache. More information: https://dvc.org/doc/command-reference/checkout.

  • Checkout the latest version of all target files and directories:

dvc checkout

  • Checkout the latest version of a specified target:

dvc checkout {{target}}

  • Checkout a specific version of a target from a different Git commit/tag/branch:

git checkout {{commit_hash|tag|branch}} {{target}} && dvc checkout {{target}}

See Also