Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Git object visualizer

Run this script in a Git repo to output a Graphviz graph of the repo's objects.

$ cp ~/Downloads/generate-graphviz.sh
$ chmod +x generate-graphviz.sh

# Run inside a repo with a .git.
$ ./generategenerate-graphviz.sh
Graphviz output generated in git_graph.dot
$ dot -Tpng git_graph.dot > output.png

Example graph, with two commits accessible from HEAD, and one dangling commit:

example graph, with two commits accessible from HEAD, and one dangling commit

Check out the blog post for more details!

About

Generate a graphviz graph of the objects in a git repo

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages