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`