From 77e43608216d88e894b13f2a0a9b7932112c7c7d Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 11 May 2022 01:25:40 -0700 Subject: [PATCH] Minor --- homelab/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homelab/README.md b/homelab/README.md index b259e8ce..f7586eb0 100644 --- a/homelab/README.md +++ b/homelab/README.md @@ -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 \ No newline at end of file