Open Regenhardt opened 1 year ago
Not helpful for the other thing but just a general optimization:
Shallow clone using Repo.clone_from(repo_url, temp_path, depth=1) to use less storage and speed up cloning?
Repo.clone_from(repo_url, temp_path, depth=1)
Not helpful for the other thing but just a general optimization:
Shallow clone using
Repo.clone_from(repo_url, temp_path, depth=1)
to use less storage and speed up cloning?