git-workflow
git-workflow copied to clipboard
Tool to visualize your git workflow, in a pretty graph
Visualize your Git!
Source for http://visualize-your-git.herokuapp.com
It makes pictures that look like this:

Stand-alone version
pip install -r requirements.local.txt
history | python git-workflow.py > graph.svg
See templates/index.html or the Website for an explanation of how it works.