Add doc for disabling sparse checkout
This commit is contained in:
parent
81fccabbcf
commit
f1d66b7f74
@ -20,3 +20,7 @@ git remote add -f origin ssh://git@gitlab.jafner.net:2229/Jafner/homelab.git
|
|||||||
echo "<deployment name; e.g. server/>" > .git/info/sparse-checkout
|
echo "<deployment name; e.g. server/>" > .git/info/sparse-checkout
|
||||||
git checkout main
|
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
|
Loading…
Reference in New Issue
Block a user