当前位置:网站首页>多人合作项目查看每个人写了多少行代码
多人合作项目查看每个人写了多少行代码
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
边栏推荐
- 手把手带你入门Apache伪静态的配置
- Cf:a. the third three number problem
- CAN和CAN FD
- There is no monitoring and no operation and maintenance. The following is the commonly used script monitoring in monitoring
- 解决uni-app配置页面、tabBar无效问题
- Navigation property and entityset usage in SAP segw transaction code
- Go array and slice
- Difference between avc1 and H264
- mysql econnreset_ Nodejs socket error handling error: read econnreset
- Hiengine: comparable to the local cloud native memory database engine
猜你喜欢
UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xe6 in position 76131: invalid continuation byt
Write API documents first or code first?
Write macro with word
Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
聊聊异步编程的 7 种实现方式
It's too convenient. You can complete the code release and approval by nailing it!
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Talk about seven ways to realize asynchronous programming
"Baidu Cup" CTF competition in September, web:sql
Binder通信过程及ServiceManager创建过程
随机推荐
【Hot100】33. Search rotation sort array
Realize the addition of all numbers between 1 and number
Alibaba cloud SLB load balancing product basic concept and purchase process
A specific example of ABAP type and EDM type mapping in SAP segw transaction code
Summary and arrangement of JPA specifications
Difference between avc1 and H264
Developers, is cloud native database the future?
MATLAB论文图表标准格式输出(干货)
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
MSTP and eth trunk
Actual combat simulation │ JWT login authentication
【Hot100】34. Find the first and last positions of elements in a sorted array
go map
mysql econnreset_ Nodejs socket error handling error: read econnreset
函数的默认参数&函数参数的多种方法
《2022年中國銀行業RPA供應商實力矩陣分析》研究報告正式啟動
手把手带你入门Apache伪静态的配置
Fragmented knowledge management tool memos
Rocky basic command 3
简单上手的页面请求和解析案例