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:
Modules§
- config
- Branching model configurations.
- graph
- A graph structure representing the history of a Git repository.
- Create visual representations of git graphs.
- settings
- Graph generation settings.