Skip to content

feat(ml-cellar): add clone#12

Merged
scepter914 merged 1 commit intomainfrom
feat/clone
Jan 16, 2026
Merged

feat(ml-cellar): add clone#12
scepter914 merged 1 commit intomainfrom
feat/clone

Conversation

@scepter914
Copy link
Copy Markdown
Owner

Summary

This PR add clone command.

Change point

  • feat(ml-cellar): add clone

add clone command

Signed-off-by: scepter914 <scepter914@gmail.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a clone command to the ml-cellar CLI tool that wraps git clone with GIT_LFS_SKIP_SMUDGE=1 to clone repositories without downloading large files initially. The PR also includes documentation improvements and a test fixture update to support the version_x versioning scheme.

Changes:

  • Added clone subcommand to ml-cellar CLI with git clone functionality that skips LFS file downloads
  • Updated test fixture to include empty version_x array in project configuration
  • Improved documentation formatting and added links to example pull requests

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
src/bin/ml-cellar/clone.rs New module implementing the clone command using git with LFS skip option
src/bin/ml-cellar/main.rs Added Clone subcommand variant and module import
tests/fixtures/test_registry/test_check_for_version/config.toml Added empty version_x array to test configuration
README.md Documentation improvements including formatting fixes and example PR links

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@scepter914 scepter914 merged commit c6a9579 into main Jan 16, 2026
7 checks passed
@scepter914 scepter914 deleted the feat/clone branch January 17, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants