gitstats 使用
程序员文章站
2022-05-29 09:37:19
...
install
git clone git://github.com/hoxu/gitstats.git
然后根据系统作link
ln -s ./gitstats/gitstats /usr/local/bin/gitstats
第一个参数是source, clone下来中的gitstats
usage
gitstats <your-project-dir> <your-project-dir>/stats
- 第一个参数是项目目录
- 第二个参数是gitstats html的生成目录
如果直接在项目目录中可以直接gitstats . stats
生成后open <your-project-dir>/stats/index.html
即可
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-Tsvc4gOA-1583673515131)(https://user-images.githubusercontent.com/1457904/75096402-452c8b00-55da-11ea-935b-c47bc52a0f2f.jpg)]
待解决问题:
- 生成后缺少gitstats.css和sortable.js,没去找解决办法,直接从repo中复制过来
上一篇: mysql中复制表数据