Unbundling a monorepo to a multi-repo
In a previous post, we talked about using some git plumbing techniques to combine a bunch of repos into a monorepo. The reverse also makes sense! You have a monorepo, but maybe you want to publish or open-source a subdirectory.
push-to-both-repos.sh does just this.