meta-git icon indicating copy to clipboard operation
meta-git copied to clipboard

Add Support for sparse checkout

Open sasinda opened this issue 2 years ago • 0 comments

🚀 Feature Proposal

Feature to sparse clone a repo in .meta projects configuration.

Motivation

Some of repos that need to be cloned into meta repo can be mono repos. In the meta repo it would be nice to be able to do a sparse checkout of such a mono repo into the meta repo.

Example

{ "projects": { "project1": "https://github.com/myorg/repo1.git/project1", ....

sasinda avatar Sep 25 '23 18:09 sasinda