Monorepo Management with Git – Best Practices and Workflows: Difference between revisions

Line 181: Line 181:
# Turn it off and get full tree (careful with size)
# Turn it off and get full tree (careful with size)
git sparse-checkout disable</syntaxhighlight>
git sparse-checkout disable</syntaxhighlight>
'''Why?''' You avoid checking out huge directories you don’t need → '''faster status/build/test'''.
'''Why?'''  
 
You avoid checking out huge directories you don’t need → '''faster status/build/test'''.


<span id="partial-clone---filterblobnone"></span>
<span id="partial-clone---filterblobnone"></span>