1
0
Fork 0
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:
CleanMachine1 2021-05-15 13:05:14 +01:00 committed by GitHub
parent f2cf84ec29
commit 12f4b67d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
pages/common/git-brv.md Normal file
View 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`