Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我可以在GitHub gui中的一系列标记中搜索提交吗?_Github - Fatal编程技术网

我可以在GitHub gui中的一系列标记中搜索提交吗?

我可以在GitHub gui中的一系列标记中搜索提交吗?,github,Github,在git命令行上,我可以运行: $git log--oneline--vtagint007..vtagint010 获取该标记范围内所有提交的列表 这对我们的工程师来说很好 但是,对于管理类型,它们不是git用户,需要能够使用gui以尽可能少的gittish方式列出介于一系列发布标签之间的提交 我没有看到使用GithubGUI中的搜索框(或任何其他查询)实现这一点的方法 这样的搜索可能吗?让他们访问(替换“您的组织”和“您的回购”)。这是GitHub的Elixir repo的截图 在那里,您可

在git命令行上,我可以运行:

$git log--oneline--vtagint007..vtagint010

获取该标记范围内所有提交的列表

这对我们的工程师来说很好

但是,对于管理类型,它们不是git用户,需要能够使用gui以尽可能少的gittish方式列出介于一系列发布标签之间的提交

我没有看到使用GithubGUI中的搜索框(或任何其他查询)实现这一点的方法

这样的搜索可能吗?

让他们访问(替换“您的组织”和“您的回购”)。这是GitHub的Elixir repo的截图


在那里,您可以比较任意两个分支、标记、提交或标记。

好的,酷!就他们希望收集的信息类型而言,这似乎是正确的。非常感谢。