Recipes
Concrete, end-to-end scenarios you can run with dodil git and plain git. Each recipe states a goal, the commands in order, and how to verify the result. They assume the dodil CLI is installed and authenticated — see Install the CLI and the CLI Guide — and that you hold a wire credential from Auth and Access.
The recipes
- CI Checks Gating a PR — push a workflow, watch checks run against the commit, then use branch protection to make a green rollup (plus an approval) the price of merging.
- Mirror a Repo to Dodil — bring an existing repository — full history, branches, and tags — into a Dodil Git repo and switch remotes.
See also
- Quickstart — the minimal create → clone → PR loop these build on
- Core Concepts — checks, rollups, and protection vocabulary
- API Reference — for the steps the CLI doesn’t cover