#git #branch #commit #base #visualize #revision #behind

app git-branches-overview

Visualize branches 'ahead' and 'behind' commits compared to a base revision or their upstream

2 releases

0.1.1 Jan 5, 2019
0.1.0 Jan 5, 2019

#1721 in Development tools

GPL-3.0-or-later

17KB
228 lines

git-branches-overview

Visualize branches 'ahead' and 'behind' commits compared to a base revision or their upstream.

Installation

Use Cargo.

$ cargo install git-branches-overview

You may need to add $HOME/.cargo/bin in your PATH.

Usage

git-branches-overview [FLAGS] [OPTIONS] [--] [base_revision]

FLAGS:
    -l                 Show local branches (default)
    -r                 Show remote branches
    -a                 Show all branches
    -u, --upstreams    Compare branches with their respective upstream instead of the default branch
    -h, --help         Prints help information
    -V, --version      Prints version information

OPTIONS:
        --remote <remote_name>...    Only list branches from those remotes;  can be specified multiple times;  implies
                                     '-r'
        --repo-dir <path>            Repository path [default: .]

ARGS:
    <base_revision>    Revision to use as a base [default: HEAD]

Screenshot

Screenshot of git-branches-overview

Dependencies

~17MB
~367K SLoC