반응형
git shortlog -s -n --all --no-merges
=git shortlog --summary --numbered --all --no-merges
--all: 모든 브랜치에 대해, 없으면 특정 브랜치에 대해서만?
--no-merges: to exclude statistics from merge commits.
https://stackoverflow.com/questions/9839083/git-number-of-commits-per-author-on-all-branches
반응형
'git' 카테고리의 다른 글
git push/pull [remote명] [local branch commit:remote branch commit] push/pull자체가 remote의 특정 branch와 연결됨 (0) | 2024.04.04 |
---|---|
[CJ ONS] branch error - develop/main (./git삭제로 해결) (0) | 2023.11.08 |
git log --reverse (첫번째 commit부터 반대순서로 조회) (0) | 2022.09.02 |
git log (0) | 2022.09.02 |
git help [알고싶은 명령어] (0) | 2022.07.21 |