tig
is a nice text-mode interface for Git, but it only shows the current branches.
How can I see lost heads and stashes in the tree view?
tig
is a nice text-mode interface for Git, but it only shows the current branches.
How can I see lost heads and stashes in the tree view?
Copyright © 2021 Jogjafile Inc.
For tree view it doesn't seem you can't. Manual defines tree view as only working with current revision.
You can switch tree view to refs or stash view though, from tig manual:
AFAIK lost heads are only visible through reflog. As for viewing reflog,
(source)