This commit is contained in:
Joey Hafner 2022-05-11 01:25:40 -07:00
parent f1d66b7f74
commit 77e4360821

View File

@ -23,4 +23,6 @@ git checkout main
## Disabling Sparse Checkout
To disable sparse checkout, simply run `git sparse-checkout disable`.
With this, it can also be re-eneabled with `git sparse-checkout init`.
You can use these two commands to toggle sparse checkout.
Per: https://stackoverflow.com/questions/36190800/how-to-disable-sparse-checkout-after-enabled