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 tortoisegit

Sebastiano Mandalà edited this page Jan 14, 2018 · 1 revision

Let's start from the client I use, this works only on windows, it's called tortoisegit: https://tortoisegit.org/

First we clone the repository:

Note that the **recursive **option must be set to false (usually true by default). If you don't do this, you will get duplicate files and therefore compiling errors. I may find a better solution in future to solve this issue.

Then it's time to update the submodules:

and that's it, now you have the repository without duplicated files.