madmurphy wrote:
But what if a developer wants to package something *for another developer*? It is not unusual to have a non-bootstraped “dev” version of a package circulating among developers
How is Git not adequate for this? If you need to pass files around, there is the "git bundle" command.
-- Jacob