This repository serves as a demonstration repository to play around with the functionalities of coco.
dist/coco version
dist/coco generate
dist/coco dependencies graph
dist/coco dependencies \
--source-branch pr-example \
--target-branch main \
-u https://github.com/blackhatcrazy/coco-example.git \
-p "${HOME}/src/github.com/example"
dist/coco reconcile \
--source branch-to-reconcile \
--target main \
--owner blackhatcrazy \
--repository coco-example \
-u https://github.com/blackhatcrazy/coco-example \
-p "${HOME}/src/github.com/example"