If you don't need the full git history for a repo you will be working on you can supply a clone depth to only clone x revisions of the repo.
git clone --depth=1 https://github.com/my/repo.git
From us to your inbox weekly.