Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repository management tool built on top of git

DESCRIPTION

usage: repo COMMAND [ARGS] The complete list of recognized repo commands are:

Permanently abandon a development branch
View current topic branches
View current topic branches
Checkout a branch for development
Cherry-pick a change.
Show changes between commit and working tree
Manifest diff utility
Download and checkout a change
Run a shell command in each project
Delete a GITC Client.
Initialize a GITC Client.
Print lines matching a pattern
Display detailed help on a command
Get info on the manifest branch, current branch or unmerged branches
Initialize a repo client checkout in the current directory
List projects and their associated directories
Manifest inspection utility
Display overview of unmerged project branches
Prune (delete) already merged topics
Rebase local branches on upstream branch
Update repo to the latest version
Update working tree to the latest known good revision
Stage file(s) for commit
Start a new branch for development
Show the working tree status
Update working tree to the latest revision
Upload changes for code review
Display the version of repo

See 'repo help <command>' for more information on a specific command.

June 2021 repo