HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git brv — Print a list of branches, sorted by last commit date. Part of `git-extras`. More information: <https

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgit brvcliprintbrancheslastlistsorted

Problem

How to use the git brv command: Print a list of branches, sorted by last commit date. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-brv>.

Solution

git brv — Print a list of branches, sorted by last commit date. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-brv>.

List each branch showing date, latest commit hash, and message:
git brv

Code Snippets

List each branch showing date, latest commit hash, and message

git brv

Context

tldr-pages: common/git brv

Revisions (0)

No revisions yet.