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
Hi,
I'd like to clone some repository containing submodules.
With git, submodules can be cloned by git clone --recursive.
But ghq get does not look to have --recursive option.
How to clone submodules in a repository?
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to clone some repository containing submodules.
With git, submodules can be cloned by
git clone --recursive
.But
ghq get
does not look to have--recursive
option.How to clone submodules in a repository?
The text was updated successfully, but these errors were encountered: