标签: github
我已经通过github文档,无法找到如何获得Github存储库的委员会及其提交数量。有没有人有同样的想法?
答案 0 :(得分:1)
你应该去检查GitHub Developer API
https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts
答案 1 :(得分:0)
转到特定分支并执行以下命令:
git shortlog -s -n git shortlog -s git shortlog -n git shortlog
希望这会对你有所帮助。