mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:02:07 +02:00

* git-brv: add page * git-brv: add page * added \n at end * Update pages/common/git-brv.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-brv.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Added @bl-ue change Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
9 lines
256 B
Markdown
9 lines
256 B
Markdown
# 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/master/Commands.md#git-brv>.
|
|
|
|
- List each branch showing date, latest commit hash and message:
|
|
|
|
`git brv`
|