Git shallow clone
On a slow connection or other constraints, you can check out only the last N commits or only a specific branch:
git clone --depth 3 --branch some-branch https://some-repo.org
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus