views:

10

answers:

0

My problem is that I have a bunch of different capistrano recipes and code snippets that I use across multiple projects. My local file structure is a folder called helper-snibbits with folders under that called ./capistrano, ./php-bits, and .py-bits

I can track each snippet individually with a repo but that becomes hard to manage on the server and in my projects. I'd prefer to set up one repo with everything. What do you think is the best way to organize this? I love the submodule workflow but as I understand it would need a separate repo for each submodule. Is that true? If separate repos are the best way I'll end up doing that.