mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:05:59 +02:00
git-brv: add page (#5966)
* 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>
This commit is contained in:
parent
f2cf84ec29
commit
12f4b67d63
1 changed files with 9 additions and 0 deletions
9
pages/common/git-brv.md
Normal file
9
pages/common/git-brv.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue