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-to-stderr
31              trace outputs go to stderr in addition to .repo/TRACE_FILE
32
33       --trace-python
34              trace python command execution
35
36       --time time repo command execution
37
38       --version
39              display this version of repo
40
41       --show-toplevel
42              display  the  path of the top-level directory of the repo client
43              checkout
44
45       --event-log=EVENT_LOG
46              filename of event log to append timeline to
47
48       --git-trace2-event-log=GIT_TRACE2_EVENT_LOG
49              directory to write git trace2 event log to
50
51       --submanifest-path=REL_PATH
52              submanifest path
53
54   The complete list of recognized repo commands is:
55       abandon
56              Permanently abandon a development branch
57
58       branch View current topic branches
59
60       branches
61              View current topic branches
62
63       checkout
64              Checkout a branch for development
65
66       cherry-pick
67              Cherry-pick a change.
68
69       diff   Show changes between commit and working tree
70
71       diffmanifests
72              Manifest diff utility
73
74       download
75              Download and checkout a change
76
77       forall Run a shell command in each project
78
79       gitc-delete
80              Delete a GITC Client.
81
82       gitc-init
83              Initialize a GITC Client.
84
85       grep   Print lines matching a pattern
86
87       help   Display detailed help on a command
88
89       info   Get info on the manifest  branch,  current  branch  or  unmerged
90              branches
91
92       init   Initialize a repo client checkout in the current directory
93
94       list   List projects and their associated directories
95
96       manifest
97              Manifest inspection utility
98
99       overview
100              Display overview of unmerged project branches
101
102       prune  Prune (delete) already merged topics
103
104       rebase Rebase local branches on upstream branch
105
106       selfupdate
107              Update repo to the latest version
108
109       smartsync
110              Update working tree to the latest known good revision
111
112       stage  Stage file(s) for commit
113
114       start  Start a new branch for development
115
116       status Show the working tree status
117
118       sync   Update working tree to the latest revision
119
120       upload Upload changes for code review
121
122       version
123              Display the version of repo
124
125       See  'repo  help <command>' for more information on a specific command.
126       Bug   reports:    https://issues.gerritcodereview.com/issues/new?compo
127       nent=1370071
128
129
130
131repo                               June 2023                           REPO(1)
Impressum