我尝试使用gitstats(http://gitstats.sourceforge.net/),但该死的东西不会生成图表。
它需要gnuplot,这需要安装一堆其他库,其中没有一个具有本机OS X端口。我花了4个小时试图弄清楚如何安装libpng来安装libgd,安装lib ...忘掉它。
任何人都知道为OS X生成可视化git stat报告的简单方法吗?
答案 0 :(得分:4)
# homebrew rocks
brew install gnuplot
# 'install' gitstats
git clone git://repo.or.cz/gitstats.git
# create and open reports
./gitstats path_to_your_git_repo path_to_report_output
open path_to_report_output/index.html