logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

repo - repo overview - manual page for repo overview

Description

       Summary

       Display overview of unmerged project branches

Details

       The  'repo  overview' command is used to display an overview of the projects branches, and list any local
       commits that have not yet been merged into the project.

       The -c/--current-branch option can be used to restrict the output to only branches currently checked  out
       in each project. By default, all branches are displayed.

repo overview                                       July 2022                                            REPO(1)

Name

       repo - repo overview - manual page for repo overview

Options

-h, --help
              show this help message and exit

       -c, --current-branch
              consider only checked out branches

       --no-current-branch
              consider all local branches

   Loggingoptions:-v, --verbose
              show all output

       -q, --quiet
              only show errors

   Multi-manifestoptions:--outer-manifest
              operate starting at the outermost manifest

       --no-outer-manifest
              do not operate on outer manifests

       --this-manifest-only
              only operate on this (sub)manifest

       --no-this-manifest-only, --all-manifests
              operate on this manifest and its submanifests

       Run `repo help overview` to view the detailed manual.

Synopsis

repooverview [--current-branch] [<project>...]

See Also