Trying to get up to speed with a Git workflow and I have some questions about working with extensions.

If I have a radiant project A that uses someone else's extensions B, C, and D. I understand that I can create a repo for radiant project A set up all the extensions as submodules (if they're all in git repos).

If, on the other hand, I'm developing extension B, I could set up a dummy project A (no repo), and set up B, C, and D as independent, parallel repos. No submodules. With B being the one I'm working on, managing, branching, etc. of course.

But what if I'm developing extension B along with project A? If you edit code within a submodule B, there's no way to send those changes back to the original B repo (or use branching, or other git tools) on B is there? Git isn't really tracking your changes on B is it?

Is there some way to handle this development situation or am I just going about this wrong?

Is piston or braid an option here and if so, is anyone using it successfully?

Thanks,


-Chris Parrish


_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to