snippetbashTip
git show-tree — Show a decorated tree graph with all branches of a Git repository, showing annotations. Part of `git
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-treeCode Snippets
Show a decorated tree graph for all branches annotated with tags and branch names
git show-treeContext
tldr-pages: common/git show-tree
Revisions (0)
No revisions yet.