table of contents
REPO(1) | Repo Manual | REPO(1) |
NAME¶
repo - repo checkout - manual page for repo checkout
SYNOPSIS¶
repo checkout <branchname> [<project>...]
DESCRIPTION¶
Summary
Checkout a branch for development
OPTIONS¶
- -h, --help
- show this help message and exit
- -j JOBS, --jobs=JOBS
- number of jobs to run in parallel (default: based on number of CPU cores)
Logging options:¶
- -v, --verbose
- show all output
- -q, --quiet
- only show errors
Run `repo help checkout` to view the detailed manual.
DETAILS¶
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 2021 | repo checkout |