From 12f4b67d637c4cd15a710740eb415865dd8eaf17 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sat, 15 May 2021 13:05:14 +0100 Subject: [PATCH] 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 * Added @bl-ue change Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Axel Navarro --- pages/common/git-brv.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-brv.md diff --git a/pages/common/git-brv.md b/pages/common/git-brv.md new file mode 100644 index 0000000000..0f58e43115 --- /dev/null +++ b/pages/common/git-brv.md @@ -0,0 +1,9 @@ +# git brv + +> Print a list of branches, sorted by last commit date. +> Part of `git-extras`. +> More information: . + +- List each branch showing date, latest commit hash and message: + +`git brv`