Let’s say I have repo A with sub module B. A is a standalone project:
A –B
Than I create repo C with two sub module A and B:
C-A
C-B
In this case (A is not stand alone) I do not want A to include the sub module B because it is already included in the main project C. How can I do it only for repo C without changing repo A ??
TX