-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
# prigitsk | ||
# Prigitsk | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/52iqd3aqo3axtni3?svg=true)](https://ci.appveyor.com/project/orloffm/prigitsk) [![Coverage Status](https://coveralls.io/repos/github/orloffm/prigitsk/badge.svg?branch=master)](https://coveralls.io/github/orloffm/prigitsk?branch=master) | ||
|
||
The console and web apps to draw Git Repository. | ||
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. | ||
|
||
## Usage | ||
|
||
1. Download GraphViz. Either add its `bin` folder to PATH or run `prigitsk configure` to specify path to it. | ||
2. Run from the directory of your Git repository: | ||
|
||
prigitsk draw | ||
|
||
For options: | ||
|
||
prigitsk draw --help | ||
|
||
## Example output | ||
|
||
![](doc/examples/common_example.png) |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.