Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable shallow checkout for cactbot #449

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

MaikoTan
Copy link
Owner

@MaikoTan MaikoTan commented Jun 1, 2024

This would significantly reduce the size of the whole repository, especially when you enable the sparse-checkout feature to only checkout the subset like below:

resources/*.ts
types/
ui/
package*.json
tsconfig.json

But you'll need to manually type git submodule update --depth <number> to enable it.

This would significally reduce the size of the whole repository,
especially when you enable the `sparse-checkout` feature
to only checkout the subset like below:

resources/*.ts
types/
ui/
package*.json
tsconfig.json
@MaikoTan MaikoTan merged commit 2eb0e89 into master Jun 1, 2024
21 checks passed
@MaikoTan MaikoTan deleted the git-shallow-checkout branch June 1, 2024 00:58
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.

1 participant