Reformat all code to use shell instead of sh
This commit is contained in:
@@ -7,11 +7,11 @@ Pulls all submodules from their respective remotes.
|
||||
|
||||
- Use `git submodule update --recursive --remote` to pull all submodules from their respective remotes.
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git submodule update --recursive --remote
|
||||
```
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git submodule update --recursive --remote
|
||||
# Pulls all submodules from their respective remotes
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user