Commands
cc git
Git & GitHub helpers — set an environment's branch, fetch the Odoo repos, open the
repo page, and drive the pull request workflow. cc git pr wraps the
gh CLI, so PR operations need gh installed and
gh auth login completed.
Usage
cc git <verb> [args]Verbs
| Verb | Description |
|---|---|
cc git branch | Pick and save an environment's branch (and optionally check it out) |
cc git fetch | Fetch the active version's Odoo repos (R&D-aware), or --all versions |
cc git github | Open the project's GitHub page in the browser |
cc git pr | Pull request workflow — list, create, view, merge, checkout, checks (wraps gh) |
Related
cc switch— checks out the configured branch on switch- Command Reference