git - 在 github 中查看用户的全部事件

标签 git github

<分区>

如何在 github.com 中查看用户的全部事件。

说出 Mr.Geos 的整个事件

  • Geo 先生推到 ..
  • Geo 先生删除了...
  • ...

最佳答案

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

The Events API is a read-only interface to all the event types that power the various activity streams on GitHub.

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

此外,如果您想查看所有贡献者执行的完整事件,您还可以转到

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

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

关于git - 在 github 中查看用户的全部事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9128049/

相关文章:

file-upload - 如何在 GitHub 上上传文件

git - GitHub.com 的存储库大小限制

git - 如何强制 Git 通过其 ssh 连接使用 socks 代理?

windows - 如何通过 git bash for windows 将绝对路径传递给 adb 命令?

git - 无法使用 "Git add -i"

javascript - 如何获取适用于浏览器的 Twig.js

git - 为什么git获取origin master :master fast forward the local branch?

git - 如何迁移现有服务 docker ?

git - 在其他提交之间删除提交

node.js - 当master获得提交时github通知nodeJS