17:38 Hey guys, looking for some advice/direction 17:38 I have multiple repos (each has a dev/preprod/prod branch), which I want to include as submodules in an overarching repo 17:39 i'd like to create dev/preprod/prod branches in the overarching repo, each of which links to the same branch in the submodule repos 17:39 Submodules only track a specific commit 17:40 is that a decent way to do things? and if so, how could i have it so that the overarching repo has independant .gitmodules configs per branch? 17:40 osse: ok, is there a better way to acheive what i would like? 17:41 repo x, contains repos a,b,c 17:41 when i clone repo x, branch: dev, it also gets me the dev branches of a,b, and c 17:41 The different branches can use different commits from the submodule 17:41 So you can still get something similar 17:42 at this point, i have the main repo, with the submodules, each of which have dev/preprod/prod branches, but i havent been successful in tying the main repos dev branch into the specific dev branches of the sub modules 17:42 what should i be doing? 17:44 In each branch of the super repo, checkout the correct commit from the submodule, and then stage it and make a commit in the super repo 17:45 Each time yij switch commits on a submodule that counts as a change in the super repo, that you can stage and commit 18:30 --> kadoban (~mud@unaffiliated/kadoban) has joined #git