I have a problem with submodule
repo A has submodule B and in B has a submodule C1.
check out A and submodule B along with C1 is fine with
path_of_A> git submodule update --init --recursive
However when B is added with new submodule C2 the command above does not work anymore. B is not updated with new C2. What to do in this case?