Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvns/git-workflow
- Owner: jvns
- License: mit
- Created: 2013-11-15T18:52:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T01:10:38.000Z (over 3 years ago)
- Last Synced: 2024-12-31T17:11:41.823Z (11 days ago)
- Language: Python
- Homepage: https://visualize-your-git.herokuapp.com/
- Size: 165 KB
- Stars: 377
- Watchers: 15
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - git-workflow - Tool to visualize your git workflow, in a pretty graph (Python)
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.