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

NAME

6       repo - repo overview - manual page for repo overview
7

SYNOPSIS

9       repo overview [--current-branch] [<project>...]
10

DESCRIPTION

12       Summary
13
14       Display overview of unmerged project branches
15

OPTIONS

17       -h, --help
18              show this help message and exit
19
20       -c, --current-branch
21              consider only checked out branches
22
23       --no-current-branch
24              consider all local branches
25
26   Logging options:
27       -v, --verbose
28              show all output
29
30       -q, --quiet
31              only show errors
32
33       Run `repo help overview` to view the detailed manual.
34

DETAILS

36       The  'repo  overview'  command  is  used  to display an overview of the
37       projects branches, and list any local commits that have  not  yet  been
38       merged into the project.
39
40       The  -c/--current-branch  option  can be used to restrict the output to
41       only branches currently checked out in each project.  By  default,  all
42       branches are displayed.
43
44
45
46repo overview                      July 2021                           REPO(1)
Impressum