serhii.net

In the middle of the desert you can say anything you want

10 Oct 2024

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

Git - git-clone Documentation

Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus