All Projects → ianmiell → gitdags

ianmiell / gitdags

Licence: other
Create Your Own Git Diagrams

Programming Languages

shell
77523 projects

gitdags

Based on:

http://chrisfreeman.github.io/gitdags_install.html

and

https://github.com/Jubobs/gitdags

See also:

https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs

example

Docker Image

host $ cd examples
host $ docker run --rm --name=gitdag -v $(pwd):/files -ti imiell/gitdags /convert_files.sh
host $ ls files
.tex a.png

## Notes

To change the PDF to "fit" the diagram rather than be a full page sheet, change the document class to:

\documentclass[preview]{standalone}

Converting the image from pdf to png using:

convert -density 300 dagfile.pdf -quality 90 dagfile.png
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].