We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone git://github.com/hoxu/gitstats.git
然后根据系统作link
ln -s ./gitstats/gitstats /usr/local/bin/gitstats
第一个参数是source, clone下来中的gitstats
gitstats <your-project-dir> <your-project-dir>/stats
如果直接在项目目录中可以直接gitstats . stats
gitstats . stats
生成后open <your-project-dir>/stats/index.html即可
open <your-project-dir>/stats/index.html
待解决问题:
The text was updated successfully, but these errors were encountered:
生成后缺少gitstats.css和sortable.js,没去找解决办法,直接从repo中复制过来
ln -s ./gitstats/gitstats.css /usr/local/bin/gitstats.css ln -s ./gitstats/sortable.js /usr/local/bin/sortable.js ln -s ./gitstats/arrow-up.gif /usr/local/bin/arrow-up.gif ln -s ./gitstats/arrow-down.gif /usr/local/bin/arrow-down.gif ln -s ./gitstats/arrow-none.gif /usr/local/bin/arrow-none.gif 可解决。
Sorry, something went wrong.
No branches or pull requests
install
然后根据系统作link
第一个参数是source, clone下来中的gitstats
usage
如果直接在项目目录中可以直接
gitstats . stats
生成后
open <your-project-dir>/stats/index.html
即可待解决问题:
The text was updated successfully, but these errors were encountered: