https://github.com/zitsen/git-stats
Git author statistics of commits/added/deleted
https://github.com/zitsen/git-stats
Last synced: 17 days ago
JSON representation
Git author statistics of commits/added/deleted
- Host: GitHub
- URL: https://github.com/zitsen/git-stats
- Owner: zitsen
- Created: 2025-02-24T08:46:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T06:41:37.000Z (over 1 year ago)
- Last Synced: 2025-10-30T10:02:08.484Z (8 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-stats
## Install
```bash
cargo install --locked --git https://github.com/zitsen/git-stats
```
## Usage
Use `git stats` to summary commits statistics by authors.
```tsv
Xxx Yy xxx@example.com 4 1123 20 从 2025 年 2 月至今,共提交 commit 4 个, 新增代码 1123 行, 删除代码 20 行
```