git 在 github 中查看用户的整个活动

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9128049/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 06:25:41  来源:igfitidea点击:

View entire activities of an user in github

gitgithub

提问by Abhi

How can I view the entire activities of an user in github.com .

如何在 github.com 中查看用户的整个活动。

Say Mr.Geos entire activites

说 Mr.Geos 整个活动

  • Mr.Geo pushed to ..
  • Mr.Geo deleted ...
  • ...
  • 地理先生推到..
  • Geo先生删除了...
  • ...

回答by nulltoken

You can leverage the GitHub Events APIto perform such task and retrieve a JSON formatted response.

您可以利用GitHub Events API来执行此类任务并检索 JSON 格式的响应。

The Events APIis a read-only interface to all the event typesthat power the various activity streams on GitHub.

事件API是只读的界面,所有的事件类型,权力上的各种活动在GitHub上流。

An alternative way is to subscribe to the public RSS feed of a user. For instance, Mojombo's public feed Url would be

另一种方法是订阅用户的公共 RSS 提要。例如,Mojombo的公共提要 URL 将是

Also If you want to view Full activities performed by all contributors ,you can also go to

另外如果你想查看所有贡献者执行的完整活动,你也可以去

If Private https://github.com/orgs/YOURORGANISATION/dashboard

如果私有 https://github.com/orgs/YOURORGANISATION/dashboard

If Public https://github.com/REPOSITORYOWNER?tab=activity

如果公开 https://github.com/REPOSITORYOWNER?tab=activity