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

fix: shallow clone repos #1

Open
TorchedSammy opened this issue Nov 21, 2022 · 2 comments
Open

fix: shallow clone repos #1

TorchedSammy opened this issue Nov 21, 2022 · 2 comments

Comments

@TorchedSammy
Copy link
Owner

TorchedSammy commented Nov 21, 2022

saves up on bandwidth and space
we could also update with these commands:
git fetch --depth 1
git reset --hard origin/master

peak efficiency

@adamharrison
Copy link

Not possible in lpm unfortunately, you can't shallow clone with libgit2

@TorchedSammy
Copy link
Owner Author

this is for the fallback install method

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

No branches or pull requests

2 participants