[управление складом git] git подсчитывает количество строк кода, отправленных складом

командная строка git bash

git log --since="2021-4-27 00:00:00" --pretty=tformat: --numstat|gawk '{add+=$1;subs+=$2;loc+=$1+$2} END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc}'

Je suppose que tu aimes

Origine blog.csdn.net/weixin_43500200/article/details/131850676
conseillé
Classement