会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
FrankYou
"If I had eight hours to chop down a tree, I would spend six hours sharpening my axe." A. Lincoln
博客园
首页
新随笔
联系
订阅
管理
2021年7月15日
Git 统计代码行数
摘要: Git 统计各成员贡献的代码行数 git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --since ==2019-12-01 --pretty=tfo
阅读全文
posted @ 2021-07-15 19:02 FrankYou
阅读(547)
评论(0)
推荐(0)
编辑
公告