Crate git_graph

Crate git_graph 

Source
Expand description

git-graph shows clear git graphs arranged for your branching model.

It provides both a library and a command line tool.

The main steps are:

  1. Read branching model configuration (See config and settings)
  2. Lay out the graph structure according to the branching model (See graph)
  3. Render the layout to text or SVG (See print)

Modules§

config
Branching model configurations.
graph
A graph structure representing the history of a Git repository.
print
Create visual representations of git graphs.
settings
Graph generation settings.

Functions§

get_repo