使用git rest api检查最后一次提交是否为主文件

我可以使用Git Rest api获取所有分支的详细信息https://github.xxx.com/api/v3/repos/RepoName/ProjectName/branches/BranchName

我想了解这个特定分支是否与主人合并。

当我点击上面的URL时,我得到了JSON数据。在“提交” - >“消息”下,我可以确定分支是否合并到主人。

在JSON数据中是否有其他身份来查找分支是否与主人合并?

链接地址: http://www.djcxy.com/p/26069.html

上一篇: To check if the last commit is to the master using git rest api

下一篇: when did merge branch into master and develop?