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       --submanifest-path=REL_PATH
49              submanifest path
50
51   The complete list of recognized repo commands is:
52       abandon
53              Permanently abandon a development branch
54
55       branch View current topic branches
56
57       branches
58              View current topic branches
59
60       checkout
61              Checkout a branch for development
62
63       cherry-pick
64              Cherry-pick a change.
65
66       diff   Show changes between commit and working tree
67
68       diffmanifests
69              Manifest diff utility
70
71       download
72              Download and checkout a change
73
74       forall Run a shell command in each project
75
76       gitc-delete
77              Delete a GITC Client.
78
79       gitc-init
80              Initialize a GITC Client.
81
82       grep   Print lines matching a pattern
83
84       help   Display detailed help on a command
85
86       info   Get info on the manifest  branch,  current  branch  or  unmerged
87              branches
88
89       init   Initialize a repo client checkout in the current directory
90
91       list   List projects and their associated directories
92
93       manifest
94              Manifest inspection utility
95
96       overview
97              Display overview of unmerged project branches
98
99       prune  Prune (delete) already merged topics
100
101       rebase Rebase local branches on upstream branch
102
103       selfupdate
104              Update repo to the latest version
105
106       smartsync
107              Update working tree to the latest known good revision
108
109       stage  Stage file(s) for commit
110
111       start  Start a new branch for development
112
113       status Show the working tree status
114
115       sync   Update working tree to the latest revision
116
117       upload Upload changes for code review
118
119       version
120              Display the version of repo
121
122       See  'repo  help <command>' for more information on a specific command.
123       Bug    reports:    https://bugs.chromium.org/p/gerrit/issues/entry?tem
124       plate=Repo+tool+issue
125
126
127
128repo                               July 2022                           REPO(1)
Impressum