#分支 #git #提交 #修订版 #基础 #上游 #可视化

app git-branches-overview

可视化与基础修订或上游相比的“领先”和“落后”提交。

2 个版本

0.1.1 2019年1月5日
0.1.0 2019年1月5日

#2157 in 开发工具

GPL-3.0-or-later

17KB
228 代码行

git-branches-overview

可视化与基础修订或上游相比的“领先”和“落后”提交。

安装

使用 Cargo

$ cargo install git-branches-overview

您可能需要将 $HOME/.cargo/bin 添加到您的 PATH 中。

用法

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 of git-branches-overview

依赖项

~15MB
~327K SLoC