Add doc for disabling sparse checkout
This commit is contained in:
parent
b33411e3a5
commit
f3376b82fc
@ -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
|
||||
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