lazo
lazo copied to clipboard
Right now lazo only syncs `master` between source and target. We should add support for regexes in the branches to match more.
 In the screenshot, `lazo` synced only 1 commit to the target repo. It's redundant to have the second line with `* ...` Hint: something [here](https://github.com/nextjournal/lazo/blob/master/src/lazo/git.clj#L40) isn't working properly, probably...
History of events: 1. Main and module repo are in sync 2. Two branches start, `A` and `B`. `A` has some commits that affect the module. `B` has nothing to...
Building from #1 , Lazo should support the case `main main` in which PRs are opened to sync changes.
Lazo should allow changes in the module repo to propagate back to the main repo, eventually opening a PR in the main-repo