DOKK / manpages / debian 12 / repo / repo-checkout.1.en
REPO(1) Repo Manual REPO(1)

repo - repo checkout - manual page for repo checkout

repo checkout <branchname> [<project>...]

Summary

Checkout a branch for development

show this help message and exit
number of jobs to run in parallel (default: based on number of CPU cores)

show all output
only show errors

operate starting at the outermost manifest
do not operate on outer manifests
only operate on this (sub)manifest
operate on this manifest and its submanifests

Run `repo help checkout` to view the detailed manual.

The 'repo checkout' command checks out an existing branch that was previously created by 'repo start'.

The command is equivalent to:

repo forall [<project>...] -c git checkout <branchname>
July 2022 repo checkout