mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-21 21:52:06 +02:00
note on parallel clone
This commit is contained in:
parent
e83e08c945
commit
03e41f42c6
1 changed files with 2 additions and 1 deletions
|
@ -55,8 +55,9 @@ You can also find instructions here in [README.release.md](./post_build/README.r
|
|||
|
||||
Clone the repo and its submodules **recursively**
|
||||
```shell
|
||||
git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git
|
||||
git clone --recurse-submodules -j8 https://github.com/otavepto/gbe_fork.git
|
||||
```
|
||||
The switch `-j8` is optional, it allows Git to fetch up to 8 submodules
|
||||
|
||||
It is adviseable to always checkout submodules every now and then, to make sure they're up to date
|
||||
```shell
|
||||
|
|
Loading…
Add table
Reference in a new issue