当前位置:网站首页>多人合作项目查看每个人写了多少行代码
多人合作项目查看每个人写了多少行代码
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
边栏推荐
- Word document injection (tracking word documents) incomplete
- [深度学习论文笔记]TransBTSV2: Wider Instead of Deeper Transformer for Medical Image Segmentation
- [notes of in-depth study paper]uctransnet: rethink the jumping connection in u-net from the perspective of transformer channel
- Laravel document reading notes -mews/captcha use (verification code function)
- 前缀、中缀、后缀表达式「建议收藏」
- LB10S-ASEMI整流桥LB10S
- DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
- Realize the addition of all numbers between 1 and number
- 初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
- Reverse Polish notation
猜你喜欢
随机推荐
Apicloud studio3 API management and debugging tutorial
函数的默认参数&函数参数的多种方法
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Overflow toolbar control in SAP ui5 view
Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
时钟周期
Introduction to sap ui5 dynamicpage control
实现 1~number 之间,所有数字的加和
潘多拉 IOT 开发板学习(HAL 库)—— 实验7 窗口看门狗实验(学习笔记)
山东大学暑期实训一20220620
JS to determine whether an element exists in the array (four methods)
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
CF:A. The Third Three Number Problem【关于我是位运算垃圾这个事情】
Simple page request and parsing cases
Small case of function transfer parameters
"Baidu Cup" CTF competition in September, web:sql
Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
Lb10s-asemi rectifier bridge lb10s
Natural language processing from Xiaobai to proficient (4): using machine learning to classify Chinese email content
![[深度学习论文笔记]使用多模态MR成像分割脑肿瘤的HNF-Netv2](/img/52/5e85743b1817de96a52e02b92fd08c.png)








