Branchout / branchout

A manyrepo management tool to allow for local monorepo projecting while keeping everything in distinct repositories
Apache License 2.0
9 stars 2 forks source link

Refactor common parts out #70

Open fredcooke opened 3 years ago

fredcooke commented 3 years ago

branchout-project and branchout-group, as you'd expect, share a lot of code. It's good that they're split, but the common parts should live in a branchout-git or branchout-repo file and be sourced at the start of each of these so only the unique parts live in them.