Thanks, Jacob. I've been trying to phrase that succinctly. Git solved this problem for my development teams. Before git, we'd produce downstream packages for each other if installables were needed. Mine is not the only build process but for the same reasons I'm reluctant to build packaging into the upstream source.
-Joe On Mon, May 31, 2021 at 8:21 PM Jacob Bachmeyer <jcb62...@gmail.com> wrote: > 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 > > >