git.pull()
downloads the entire repo if there unpushed local commits
#231
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
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.The text was updated successfully, but these errors were encountered: