Skip to content

Options like sparse mode #172

Open
Open
@jjangga0214

Description

Hi.

GitHub is internally evaluating partial-clone (Actually GitLab already provides the feature!).

This can be useful for a large monorepo with sparse-checkout(see git sparse-checkout --help) feature.

Thus, hereby I request support to those features.

Thanks.

workaround

Here is a workaround suggestion for folks who want to customize the whole process, though I haven't tested.

$ REPO="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"

$ git clone --your-options $REPO

$ git checkout --your-options <your-subcommand> 

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions