5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Set the submodule.recurse configuration value to true
|
||
|
git config submodule.recurse true
|