table of contents
other versions
- buster-backports 2.15.4-1~bpo10+1
- testing 2.15.4-2
- unstable 2.15.4-6
REPO(1) | Repo Manual | REPO(1) |
NAME¶
repo - repo checkout - manual page for repo checkoutSYNOPSIS¶
repo checkout <branchname> [<project>...]DESCRIPTION¶
SummaryCheckout a branch for development
OPTIONS¶
- -h, --help
- show this help message and exit
Run `repo help checkout` to view the detailed manual.
Description
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>
January 2021 | repo checkout |