Save time, bandwidth and disk usage while cloning a #Git repo by running a partial clone.
It fetches entire commit history but avoids downloading file patches for entire history until checked out.
git clone --filter=blob:none <url>
#git #github
#gitlab
#gitea
#codeberg
@dsoft
Looks interesting! Thank you!