git has similar functionallity built-in with “shallow” commits, allowing you to clone only the recent history of a repository (git-fetch --depth 20 ...) and fetch older commits later. https://git-scm.com/docs/shallow
git-fetch --depth 20 ...
git has similar functionallity built-in with “shallow” commits, allowing you to clone only the recent history of a repository (
git-fetch --depth 20 ...
) and fetch older commits later. https://git-scm.com/docs/shallow