You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Clone git repository with `--recursively`"
This reverts commit 9b15ea3.
We cannot do this for git clone because we *then* do git checkout
to a specific commit and submodules are left unupdated. So this has to be
added as a separate git submodule update --init command that happens after git
checkout.