Last Updated: February 25, 2016
·
2.923K
· emgiezet

Git "Punch Card" plot in your own Repo

Punch Card plot is quite useful in case to support the scrum meetings planning. Because you can plan them when developers in team are not so productive.

Picture

I found a python repo to generate a png image with your very own punch card plot :)

https://github.com/guanqun/git-punchcard-plot

Installation on Ubuntu:

sudo apt-get install python python-cairo 
git clone https://github.com/guanqun/git-punchcard-plot.git
cd git-punchcard-plot/
sudo cp git-punchcard /usr/local/bin

Usage:

  1. Go to your repository directory.
  2. Type in console: git punchcard
  3. Open: output.png

2 Responses
Add your response

Nice tip, thanks. You might want to symlink git-punchcard into /usr/local/bin instead of copying it.

over 1 year ago ·

@likeyn symlink is good. But I want to forget about the file :)

over 1 year ago ·