你怎么知道一个GitHub拉取请求是否已经发布? [英] How can you tell if a GitHub pull request has been released?

查看:175
本文介绍了你怎么知道一个GitHub拉取请求是否已经发布?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在搜索问题时遇到pull请求是相当常见的。但是,一段时间以来我无法确定的是如何确定(可靠地)该请求是否被释放。任何人都知道一个简单的方法来做到这一点?

It's fairly common to come across pull requests when searching for issues. But what has eluded me for awhile is how to determine (reliably) if/when that pull request has been released. Anyone know an easy way to do this?

推荐答案

我也经常有这种需要。
我是这样做的:

I also very frequently have this need. I'm doing like this:


  • 从github上的pull请求中获取最近提交的id
  • >
  • 在本地克隆资源库
  • 运行 git标签--contains [commit_id]

  • get the id from the most recent commit in the pull request on github
  • clone the repository locally
  • run git tag --contains [commit_id]

但是如果github提供了一个更简单的方法,它将会很棒!

But it would be wonderful if github provided an easier way !

这篇关于你怎么知道一个GitHub拉取请求是否已经发布?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆