Skip to content

jerith666/git-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ruby script that creates a Graphviz graph showing the high-level structure of a repository's history Sample usage: ./git-graph.rb <path-to-repo> | dot -Tpng -ohistory.png /dev/stdin ./git-graph.rb <path-to-repo> --svg | dot -Tsvg -ohistory.svg /dev/stdin Requires the Grit and fast_xs Ruby libraries. Use bundler to make sure they are installed. Based on http://code.activestate.com/recipes/577572-display-a-git-repository/ 

About

A Ruby script that creates a Graphviz graph showing the high-level structure of a repository's history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •