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
'Computer Science > Git' 카테고리의 다른 글
Android Studio Project gitignore 리스트 (0) | 2016.07.02 |
---|---|
저장소 통채로 복사하기 (bitbucket to github) (0) | 2016.06.29 |
원격 저장소와 동기화 (0) | 2014.05.30 |
GIt의 모든건(7) 원격 저장소를 이용하여 작업하기 (0) | 2012.06.17 |
Git의 모든것(6) Git 이력 이용하기 (0) | 2012.06.14 |