我需要所有团队成员的所有拉动和推动报告。
答案 0 :(得分:2)
你可以使用GitHub webhook或Bitbucket webhook来监听(和追踪)推送事件。
可是:
更好的设置是团队推送到“git repo proxy”(您控制的中间仓库),其中:
然后,您可以从托管那些中间“git repos proxy”的服务器(代理到GitHub,或代理到Bitbucket)的gitolite日志中提取报告。
答案 1 :(得分:-1)
尝试:
git log --author="username" > log.log