当前位置:网站首页>多人合作项目查看每个人写了多少行代码
多人合作项目查看每个人写了多少行代码
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
边栏推荐
- 百日完成国产数据库opengausss的开源任务--openGuass极简版3.0.0安装教程
- go 数组与切片
- Alibaba cloud SLB load balancing product basic concept and purchase process
- js判断数组中是否存在某个元素(四种方法)
- 简单上手的页面请求和解析案例
- Realize the addition of all numbers between 1 and number
- mysql econnreset_Nodejs 套接字报错处理 Error: read ECONNRESET
- Go array and slice
- FPGA 学习笔记:Vivado 2019.1 添加 IP MicroBlaze
- Introduction to sap ui5 flexiblecolumnlayout control
猜你喜欢
A specific example of ABAP type and EDM type mapping in SAP segw transaction code
逆波兰表达式
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
The Research Report "2022 RPA supplier strength matrix analysis of China's banking industry" was officially launched
百日完成国产数据库opengausss的开源任务--openGuass极简版3.0.0安装教程
MSTP and eth trunk
It's too convenient. You can complete the code release and approval by nailing it!
国际自动机工程师学会(SAE International)战略投资几何伙伴
Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107
MySQL --- 数据库查询 - 排序查询、分页查询
随机推荐
Leetcode20. Valid parentheses
CF:A. The Third Three Number Problem【关于我是位运算垃圾这个事情】
RHCSA10
Actual combat simulation │ JWT login authentication
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
解决uni-app配置页面、tabBar无效问题
CAN和CAN FD
一网打尽异步神器CompletableFuture
C# 对象存储
Detailed explanation of navigation component of openharmony application development
go 指针
Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
MSTP and eth trunk
leetcode:221. 最大正方形【dp状态转移的精髓】
MySQL --- 数据库查询 - 排序查询、分页查询
一文详解ASCII码,Unicode与utf-8
go map
将函数放在模块中
阿里云SLB负载均衡产品基本概念与购买流程
Summary and arrangement of JPA specifications