chore: document first-level submodule checkout
This commit is contained in:
@@ -7,15 +7,20 @@ repository commits that make up a working checkout.
|
||||
## Clone
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules ssh://git@gitea.bowong.cc:222/comi-logic/cfw-workspace.git
|
||||
git clone ssh://git@gitea.bowong.cc:222/comi-logic/cfw-workspace.git
|
||||
cd cfw-workspace
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
For an existing clone:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
Do not use `--recursive` by default. Some child repositories have their own
|
||||
historical nested submodules that are not required for opening this workspace.
|
||||
|
||||
## Subprojects
|
||||
|
||||
| Path | Repository | Notes |
|
||||
|
||||
2
autumn
2
autumn
Submodule autumn updated: 488ad6b3fd...6136fc863f
Reference in New Issue
Block a user