Hacker News new | ask | show | jobs
by Rounin 476 days ago
Perhaps something like this to get just one commit with no large files: git clone --depth 1 --filter=blob:limit=100k
1 comments

For looking at the commit history rather than the files, apparently one can use git-ls-remote .