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

Make push_to_repo more efficient #42

Open
ryanlong1004 opened this issue Oct 26, 2021 · 0 comments
Open

Make push_to_repo more efficient #42

ryanlong1004 opened this issue Oct 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ryanlong1004
Copy link
Collaborator

main.py -> push_to_repo(...

This deletes/reclones every time which can be inefficient if the repo is large instead we want to check whether it exists already and see if we can git pull

Fix per quote.

@ryanlong1004 ryanlong1004 added the enhancement New feature or request label Oct 26, 2021
@ryanlong1004 ryanlong1004 added this to the v1.0 milestone Oct 26, 2021
@ryanlong1004 ryanlong1004 self-assigned this Oct 26, 2021
@ryanlong1004 ryanlong1004 modified the milestones: v1.0, v0.3.0 Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant