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
{{ message }}
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.
Sebastiano Mandalà edited this page Feb 21, 2018
·
6 revisions
If you use the command line you know git better than me. Just don't sync the repository recursively and update instead the submodules separately. These are: /Svelto/Svelto.Common, Svelto/Svelto.ECS, Svelto/Svelto.Tasks.
git clone <project-url>
change to project folder
git submodule update --init
this should be enough to have the three folders filled not recursively.