mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-show-tree: add page (#6164)
This commit is contained in:
parent
21125a2915
commit
9ca79aa36b
1 changed files with 9 additions and 0 deletions
9
pages/common/git-show-tree.md
Normal file
9
pages/common/git-show-tree.md
Normal file
|
@ -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: <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`
|
Loading…
Add table
Reference in a new issue