matengfei123


git log --since="2017-03-01" --before="2019-12-10" --author="$(git config --get matengfei)" --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 }\'

分类:

技术点:

相关文章:

  • 2022-02-03
  • 2022-03-08
  • 2022-12-23
  • 2022-01-16
  • 2021-12-19
  • 2021-11-17
  • 2021-05-10
  • 2021-04-09
猜你喜欢
  • 2022-02-13
  • 2021-08-05
  • 2022-01-15
  • 2022-02-09
  • 2021-11-29
  • 2022-01-05
相关资源
相似解决方案