当前位置:网站首页>多人合作项目查看每个人写了多少行代码
多人合作项目查看每个人写了多少行代码
2022-07-05 13:17:00 【玲珑·】
git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | grep "\(.java\)$" | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -; done
边栏推荐
- Simple page request and parsing cases
- Shandong University Summer Training - 20220620
- MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
- mysql econnreset_Nodejs 套接字报错处理 Error: read ECONNRESET
- CloudCompare——点云切片
- 无密码身份验证如何保障用户隐私安全?
- LB10S-ASEMI整流桥LB10S
- 聊聊异步编程的 7 种实现方式
- Pycharm installation third party library diagram
- 【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
猜你喜欢
Backup and restore of Android local SQLite database
数据泄露怎么办?'华生·K'7招消灭安全威胁
Lb10s-asemi rectifier bridge lb10s
Association modeling method in SAP segw transaction code
Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
CAN和CAN FD
Cf:a. the third three number problem
百度杯”CTF比赛 2017 二月场,Web:爆破-2
Le rapport de recherche sur l'analyse matricielle de la Force des fournisseurs de RPA dans le secteur bancaire chinois en 2022 a été officiellement lancé.
Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107
随机推荐
【Hot100】34. Find the first and last positions of elements in a sorted array
Introduction to sap ui5 dynamicpage control
Summary and arrangement of JPA specifications
ABAP editor in SAP segw transaction code
Put functions in modules
Simple page request and parsing cases
Detailed explanation of navigation component of openharmony application development
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
无密码身份验证如何保障用户隐私安全?
数据湖(七):Iceberg概念及回顾什么是数据湖
Flutter 绘制波浪移动动画效果,曲线和折线图
946. Verify stack sequence
OpenHarmony应用开发之Navigation组件详解
go 字符串操作
Word document injection (tracking word documents) incomplete
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
Write API documents first or code first?
MSTP and eth trunk
CloudCompare——点云切片
Difference between avc1 and H264