[PATCH] D97118: [Docs] Mention clone depth feature of git in LLVM getting started

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 04:19:34 PST 2021


awarzynski added a comment.

Thank you for sending this - I frequently use shallow clones!

I have a small suggestion. How about this:

  * To save storage and speed-up the checkout time, you may want to do a `shallow clone <https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt>`_. For example, to get the latest revision of the LLVM project, use ``git clone --depth 1 https://github.com/llvm/llvm-project.git``


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97118/new/

https://reviews.llvm.org/D97118



More information about the llvm-commits mailing list