Skip to content

juseg/gitplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitplots

A small script to plot comparative commit history across mutiple git repositories, assuming the following directory structure:

{gitroot}/{category}/{repository}

Requires matplotlib and pandas.

Installation:

pip install gitplots

Example usage:

gitplots.py --gitroot {gitroot}
gitplots.py --help