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

git.pull() downloads the entire repo if there unpushed local commits #231

Open
colebemis opened this issue Dec 27, 2023 · 0 comments
Open
Labels
bug Something isn't working performance Related to performance sync Related to the git syncing system up for grabs Open to contributions or assistance from the community

Comments

@colebemis
Copy link
Member

git.pull() should only download files that have changed since the last pull. However, if there are unpushed local commits, git.pull() downloads the entire repo again. This is a waste of bandwidth and can be slow for large repositories.

@colebemis colebemis added bug Something isn't working performance Related to performance sync Related to the git syncing system up for grabs Open to contributions or assistance from the community labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance Related to performance sync Related to the git syncing system up for grabs Open to contributions or assistance from the community
Projects
Status: No status
Development

No branches or pull requests

1 participant