I have a couple projects that I develop together; the first depending on the second, and both managed on GitHub (in separate repositories).
The BaselineOf therefore expresses the dependency using repository: 'github://���'
However, I'd like to locally change that to gitfiletree:// so that I can build new development images from scratch, with both projects ready to commit to gitfiletree, with minimal repo juggling and code reloading ?
Is there a way to achieve that? Metacello project attributes? a git submodule?