1REPO(1)                           Repo Manual                          REPO(1)
2
3
4

NAME

6       repo - repository management tool built on top of git
7

SYNOPSIS

9       repo [-p|--paginate|--no-pager] COMMAND [ARGS]
10

OPTIONS

12       -h, --help
13              show this help message and exit
14
15       --help-all
16              show this help message with all subcommands and exit
17
18       -p, --paginate
19              display command output in the pager
20
21       --no-pager
22              disable the pager
23
24       --color=COLOR
25              control color usage: auto, always, never
26
27       --trace
28              trace git command execution (REPO_TRACE=1)
29
30       --trace-python
31              trace python command execution
32
33       --time time repo command execution
34
35       --version
36              display this version of repo
37
38       --show-toplevel
39              display  the  path of the top-level directory of the repo client
40              checkout
41
42       --event-log=EVENT_LOG
43              filename of event log to append timeline to
44
45       --git-trace2-event-log=GIT_TRACE2_EVENT_LOG
46              directory to write git trace2 event log to
47
48   The complete list of recognized repo commands is:
49       abandon
50              Permanently abandon a development branch
51
52       branch View current topic branches
53
54       branches
55              View current topic branches
56
57       checkout
58              Checkout a branch for development
59
60       cherry-pick
61              Cherry-pick a change.
62
63       diff   Show changes between commit and working tree
64
65       diffmanifests
66              Manifest diff utility
67
68       download
69              Download and checkout a change
70
71       forall Run a shell command in each project
72
73       gitc-delete
74              Delete a GITC Client.
75
76       gitc-init
77              Initialize a GITC Client.
78
79       grep   Print lines matching a pattern
80
81       help   Display detailed help on a command
82
83       info   Get info on the manifest  branch,  current  branch  or  unmerged
84              branches
85
86       init   Initialize a repo client checkout in the current directory
87
88       list   List projects and their associated directories
89
90       manifest
91              Manifest inspection utility
92
93       overview
94              Display overview of unmerged project branches
95
96       prune  Prune (delete) already merged topics
97
98       rebase Rebase local branches on upstream branch
99
100       selfupdate
101              Update repo to the latest version
102
103       smartsync
104              Update working tree to the latest known good revision
105
106       stage  Stage file(s) for commit
107
108       start  Start a new branch for development
109
110       status Show the working tree status
111
112       sync   Update working tree to the latest revision
113
114       upload Upload changes for code review
115
116       version
117              Display the version of repo
118
119       See  'repo  help <command>' for more information on a specific command.
120       Bug    reports:    https://bugs.chromium.org/p/gerrit/issues/entry?tem
121       plate=Repo+tool+issue
122
123
124
125repo                             November 2021                         REPO(1)
Impressum