Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 716 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 716 Bytes

Gitviz

Visualizing the git object database

![] (sample.gif)

CLI

$ npm install --global gitviz
$ gitviz --help

  Visualizing the git object database

  Usage:
    gitviz PATH

  Options:
	-w, --watch        watch the PATH for filechanges
    -h, --help         print usage information
    -v, --version      show version info and exit

  Examples:
    $ gitviz /path/to/git/project

External dependencies

  • Graphviz (sudo apt-get install graphviz or brew install graphviz)

Open issues

  • Add pack-support
  • Catch the exception if graphviz is not installed and give useful hint on how to solve the problem

License

MIT © Christoph Häfner