Git: 두개의 Commit 사이에서 변경된 코드 수 알기


--stat 옵션을 사용 하면 된다.


git diff --stat <commit-ish> <commit-ish>



좀 더 복잡한 방법

http://stackoverflow.com/questions/2528111/how-can-i-calculate-the-number-of-lines-changed-between-two-commits-in-git


+ Recent posts