git 高級用法

git 高級用法 使用 git 統計代碼的數量 使用 git 統計代碼的數量 增長代碼的行數量: git log --stat|perl -ne 'END { print $c } $c += $1 if /(\d+) insertions/' 精確的代碼行修改數量: git log --author="$(git config --get user.name)" --pretty=tformat
相關文章
相關標籤/搜索