공부
[Git] How do I get the commit count?
승가비
2019. 12. 22. 00:10
728x90
git shortlog -s -n
git shortlog -s -n --all --no-merges
[출처]
https://stackoverflow.com/questions/677436/how-do-i-get-the-git-commit-count
https://stackoverflow.com/questions/9839083/git-number-of-commits-per-author-on-all-branches
728x90