Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's consider that you have three repositories - App1, App2 and a shared Library.
Image Modified

The first natural step is to add the shared Library as a module both to App1 and App2. Now each of these two repositories contains a directory, that is synchronized with the Library repository.

Note, that these are otherwise regular directories, not "linked repositories", like Git submodules!

...