LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-show-tree

Display an ASCII tree of repository branches

TLDR

Show branch tree
$ git show-tree
copy

SYNOPSIS

git show-tree

DESCRIPTION

git show-tree displays a visual ASCII representation of repository branches. Part of git-extras, it shows the branch structure in a tree format, making branch relationships easy to see at a glance.The command provides a quick overview of branch topology without the full commit history that `git log --graph` shows.

CAVEATS

Part of git-extras package. Shows local branches. For more detail, use git log --graph.

HISTORY

git show-tree is part of git-extras, providing a simple branch visualization.

SEE ALSO

Copied to clipboard
Kai