Add info how to setup sparse checkout

This commit is contained in:
2023-02-17 17:06:33 +09:00
parent d2ccca0fa7
commit 69ea4398d0

View File

@@ -95,3 +95,13 @@ OR
} }
} }
``` ```
## www folder init on udon
```sh
git init
git sparse-checkout init
git sparse-checkout set www
git remote set-url egra-gitea https://git.egplusww.jp/Composer/Composer-Index.git
git pull egra-gitea master
```