diff --git a/README.md b/README.md index 96201c4..b259e8c 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ git remote add -f origin ssh://git@gitlab.jafner.net:2229/Jafner/homelab.git echo "" > .git/info/sparse-checkout git checkout main ``` + +## Disabling Sparse Checkout +To disable sparse checkout, simply run `git sparse-checkout disable`. +Per: https://stackoverflow.com/questions/36190800/how-to-disable-sparse-checkout-after-enabled \ No newline at end of file