12345678910brew install gnuplotgit clone https://github.com/hoxu/gitstats.gitpython gitstats/gitstats "git路径" "git路径" "生成路径"如: python gitstats/gitstats -c project_name="name" -c start_date=2017-10-1 "git/code1" "git/code2" out统计git/code1,git/code2代码,时间从2017-10-1号开始,项目名为name,输出至out目录 1234567891011121314// 一些参数:{ 'max_domains': 10, 'max_ext_length': 10, 'style': 'gitstats.css', 'max_authors': 20, 'authors_top': 5, 'commit_begin': '', 'commit_end': 'HEAD', 'linear_linestats': 1, 'project_name': '', 'processes': 8, 'start_date': '注意格式'}