Crate git_branches

Crate git_branches 

Source

Structs§

BranchInfo
Branch metadata attached to a node.
Node
A node in the topology tree. Every node is a commit; branches add metadata.
Topology
The topology of all local branches.

Enums§

Error

Functions§

rebase
Rebase a branch and all its descendants onto trunk.
render
Render the branch topology as ASCII art.
topology
Collect branch topology data for the current repository.