An open API service indexing awesome lists of open source software.

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

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 行
```