Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvns/git-workflow

Tool to visualize your git workflow, in a pretty graph
https://github.com/jvns/git-workflow

Last synced: 4 days ago
JSON representation

Tool to visualize your git workflow, in a pretty graph

Awesome Lists containing this project

README

        

Visualize your Git!
===================

Source for http://visualize-your-git.herokuapp.com

It makes pictures that look like this:

![](http://i.imgur.com/ezMmOXv.png)

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.