This is a tool that draws graphs of Git repositories. It uses dot.exe from GraphViz for rendering and loosely follows Flow branching strategy. Currently available as a Windows console application, with plans to create a web-based version.
- Download GraphViz. Either add its
bin
folder to PATH or runprigitsk configure
to specify path to it. - Run from the directory of your Git repository:
prigitsk draw
For options:
prigitsk draw --help