Visualizing the git object database
![] (sample.gif)
$ 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
- Graphviz (sudo apt-get install graphviz or brew install graphviz)
- Add pack-support
- Catch the exception if graphviz is not installed and give useful hint on how to solve the problem
MIT © Christoph Häfner