skip to content
ccdocs
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

VerbDescription
cc git branchPick and save an environment's branch (and optionally check it out)
cc git fetchFetch the active version's Odoo repos (R&D-aware), or --all versions
cc git githubOpen the project's GitHub page in the browser
cc git prPull request workflow — list, create, view, merge, checkout, checks (wraps gh)

On this page