mattlgroff / repo-inspector

AI Plugin to remotely Git Clone and inspect a Git repository
3 stars 2 forks source link

Shallow clone for less storage #2

Open Regenhardt opened 1 year ago

Regenhardt commented 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?