|
|
2 달 전 | |
|---|---|---|
| __pycache__ | 2 달 전 | |
| doc | 11 년 전 | |
| .gitignore | 2 달 전 | |
| Makefile | 11 년 전 | |
| README.md | 2 달 전 | |
| arrow-down.gif | 17 년 전 | |
| arrow-none.gif | 17 년 전 | |
| arrow-up.gif | 17 년 전 | |
| gitstats | 2 달 전 | |
| gitstats.css | 15 년 전 | |
| sortable.js | 17 년 전 |
gitstats3 is a git history statistics generator, ported from Python 2 to Python 3.
This project allows you to analyze and visualize various statistics from a git repository, such as commit activity, author contributions, and more. It is a fork of the original gitstats project, updated to work with modern Python environments.
Clone the repository:
git clone https://github.com/lechibang-1512/gitstats3.git
cd gitstats3
Install required dependencies (if any):
pip install -r requirements.txt
To generate statistics for a git repository:
python gitstats <path-to-git-repo> <output-directory>
Example:
python gitstats /path/to/your/repo /path/to/output
This will analyze the git repository and generate an HTML report in the output directory.
This project is a fork of hoxu/gitstats. Please refer to the original project for licensing details.