Skip to content

git-zjx/git-local-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-local-stats

使用 Go 可视化本地 Git 提交信息

有 Go 环境

安装

go install github.com/git-zjx/git-local-stats

使用

# 添加需要统计的库的文件夹
git-local-stats add /path/to/folder
# 可视化某一贡献者的数据
git-local-stats stats [email protected]

无 Go 环境

安装

git clone https://github.com/git-zjx/git-local-stats.git

使用

cd git-local-stats/

# 添加需要统计的库的文件夹
git-local-stats add /path/to/folder # Linux
git-local-stats.exe add /path/to/folder # Windows
# 可视化某一贡献者的数据
git-local-stats stats [email protected] # Linux
git-local-stats.exe stats [email protected] # Windows

效果

stats

来源

这里这里
大体没有修改,只是改了显示的效果和命令执行的方式

About

Visualize your local Git contributions with Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages