Use --recurse-submodules with 'get clone' for heaven's sake.
This commit is contained in:
parent
cc8f56ac9e
commit
c86b52ee3c
1 changed files with 1 additions and 1 deletions
2
bin/get
2
bin/get
|
|
@ -273,7 +273,7 @@ else
|
|||
url="$2"
|
||||
fi
|
||||
echo Cloning $url
|
||||
git clone "$url"
|
||||
git clone --recurse-submodules "$url"
|
||||
;;
|
||||
|
||||
squash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue