Skip to content

sigmaris/gitgraph-svg

Repository files navigation

What it is

A Git repository browser that displays a graph of branches using inline SVG and HTML5. Written in Python using the Flask microframework.

Dependencies required

To run

First install libgit2 v0.17. Then:

pip install -r requirements.txt

Edit settings.py.example to set the path of your repository and run:

python ggapp.py

(or deploy on a web server using one of these options)

About

A web app to browse the commit history of a git repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published