7 ms·
Perhaps something like this to get just one commit with no large files: git clone --depth 1 --filter=blob:limit=100k
by Rounin 2y ago
Perhaps something like this to get just one commit with no large files:
git clone --depth 1 --filter=blob:limit=100k
- Rounin 2y agoFor looking at the commit history rather than the files, apparently one can use git-ls-remote .