1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo stage - manual page for repo stage
7
9 repo stage -i [<project>...]
10
12 Summary
13
14 Stage file(s) for commit
15
17 -h, --help
18 show this help message and exit
19
20 Logging options:
21 -v, --verbose
22 show all output
23
24 -q, --quiet
25 only show errors
26
27 -i, --interactive
28 use interactive staging
29
30 Multi-manifest options:
31 --outer-manifest
32 operate starting at the outermost manifest
33
34 --no-outer-manifest
35 do not operate on outer manifests
36
37 --this-manifest-only
38 only operate on this (sub)manifest
39
40 --no-this-manifest-only, --all-manifests
41 operate on this manifest and its submanifests
42
43 Run `repo help stage` to view the detailed manual.
44
46 The 'repo stage' command stages files to prepare the next commit.
47
48
49
50repo stage July 2022 REPO(1)