Hello,

Currently at work we use a parent git repository that is in charge of 
handling all our project parts a little like how boost handles all it's 
libraries.

When we add a new feature, we create a branch, with the same name, in one 
or several submodule and in the parent git in order to synchronize our 
continuous integration (CI).

I tryed to use the "submodule.<sub>.branch = ." feature, but it fails on 
first submodule that doesn't have the branch.

Is it possible to have git update submodules to the tip of branch when that 
branch doesn't exists in all submodules ?

If not, would it be of interest ?

Thanks,

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/d3b9bb4f-6089-42e0-bb4d-297713dcd088%40googlegroups.com.

Reply via email to