LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-brv

List branches with verbose formatting and timing information

TLDR

List branches with details
$ git brv
copy

SYNOPSIS

git brv

DESCRIPTION

git brv is a git-extras command that provides an enhanced branch listing with rich contextual information. It displays branches along with their last commit date, abbreviated commit hash, relative time (e.g., "2 days ago"), and commit messages in a well-formatted table.The output is more informative than standard git branch -v, using color coding and improved spacing to make branch information easier to scan. This helps developers quickly identify stale branches, recent activity, and the current state of parallel development efforts.The command is particularly useful in repositories with many branches, where understanding branch status at a glance is valuable for maintenance and workflow management.

PARAMETERS

Takes no options; running git brv always lists every local branch, most recently committed first.

INSTALL

sudo apt install git
copy
sudo dnf install git
copy
sudo pacman -S git
copy
sudo apk add git
copy
sudo zypper install git
copy
brew install git
copy
nix profile install nixpkgs#git
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid