snippetbashTip
git brv — Print a list of branches, sorted by last commit date. Part of `git-extras`. More information: <https
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 brvCode Snippets
List each branch showing date, latest commit hash, and message
git brvContext
tldr-pages: common/git brv
Revisions (0)
No revisions yet.