1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/git-show-tree.md
2021-07-02 21:21:05 +01:00

9 lines
328 B
Markdown

# 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/master/Commands.md#git-show-tree>.
- Show a decorated tree graph for all branches annotated with tags and branch names:
`git show-tree`