Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

How to sync the repository with the command line

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.

  1. git clone <project-url>
  2. change to project folder
  3. git submodule update --init

this should be enough to have the three folders filled not recursively.