lazo icon indicating copy to clipboard operation
lazo copied to clipboard

Results 5 lazo issues
Sort by recently updated
recently updated
newest added

Right now lazo only syncs `master` between source and target. We should add support for regexes in the branches to match more.

![image](https://user-images.githubusercontent.com/283733/101789251-5ca11a00-3b01-11eb-8228-b083a156ecc7.png) 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...

bug
good first issue

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...

bug

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