查看項目總代碼量;項目代碼量估值(git)

總代碼量: git log --author="" --pretty=tformat: --numstat | awk ‘{ add += $1;subs += $2; loc += $1 - $2 } END { printf 「added lines: %s, removed lines: %s, total lines: %s\n」, add, subs, loc }’ 按提交人代碼量: g
相關文章
相關標籤/搜索