shlogg · Early preview
Mohan Sandesh @mohansandesh

Shallow Clone: Speed Up GitHub Repository Cloning With Git Depth

·

Clone GitHub repos quickly! Use `git clone --depth 1 <repository_url>` for a shallow clone, fetching only the latest commit & saving time on large repos.