From 9ca79aa36b3e33bd3bea79e564ace68464b9ad04 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:21:05 +0100 Subject: [PATCH] git-show-tree: add page (#6164) --- pages/common/git-show-tree.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-show-tree.md diff --git a/pages/common/git-show-tree.md b/pages/common/git-show-tree.md new file mode 100644 index 0000000000..19ded6a288 --- /dev/null +++ b/pages/common/git-show-tree.md @@ -0,0 +1,9 @@ +# git show-tree + +> Show a decorated tree graph with all branches of a Git repository, showing annotations. +> Part of `git-extras`. +> More information: . + +- Show a decorated tree graph for all branches annotated with tags and branch names: + +`git show-tree`