HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git show-tree — Show a decorated tree graph with all branches of a Git repository, showing annotations. Part of `git

Submitted by: @import:tldr-pages··
0
Viewed 0 times
graphcommandtreeshowcliwithgit show-treedecorated

Problem

How to use the git show-tree command: Show a decorated tree graph with all branches of a Git repository, showing annotations. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-tree>.

Solution

git show-tree — Show a decorated tree graph with all branches of a Git repository, showing annotations. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-tree>.

Show a decorated tree graph for all branches annotated with tags and branch names:
git show-tree

Code Snippets

Show a decorated tree graph for all branches annotated with tags and branch names

git show-tree

Context

tldr-pages: common/git show-tree

Revisions (0)

No revisions yet.