Crates.io | git-branches-overview |
lib.rs | git-branches-overview |
version | 0.1.1 |
source | src |
created_at | 2019-01-05 21:39:01.319593 |
updated_at | 2019-01-05 21:58:52.959653 |
description | Visualize branches 'ahead' and 'behind' commits compared to a base revision or their upstream. |
homepage | https://github.com/BenoitZugmeyer/git-branches-overview |
repository | https://github.com/BenoitZugmeyer/git-branches-overview |
max_upload_size | |
id | 105738 |
size | 47,360 |
Visualize branches 'ahead' and 'behind' commits compared to a base revision or their upstream.
Use Cargo.
$ cargo install git-branches-overview
You may need to add $HOME/.cargo/bin
in your 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]