Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 675 Bytes

git图形化统计工具.md

File metadata and controls

executable file
·
17 lines (9 loc) · 675 Bytes

gitstats的安装与使用(windows版本)

安装:git、python2、gnuplot

安装python2

下载python2版本安装包,安装后配置环境变量,将安装路径加入到path中

安装gnuplot

下载gnuplot版本安装包,安装后配置环境变量,将安装路径下的bin/加入到path中

安装gitstats

下载gitstats版本,修改gitstats文件名称为gitstats.py

执行方法:运行gitbash,运行命令:python2 [gitstats.py 路径] [git库路径] [输出结果路径]