I have a project A
and I have added a submodule to another project B
.
I see that the submodule used in A
is referring to a particular commit, and I would like this to be updated every time a new commit appears in B
.
Is it possible to trigger an automatic pull/push of the submodule in A
when B
is updated?
Or this procedure has to be done always by hand?