2 Star 3 Fork 0

gitone-dev/gitone

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
revisionPath.graphql 213 Bytes
一键复制 编辑 原始数据 按行查看 历史
ceshiyixiaba 提交于 2023-11-19 11:41 +08:00 . git tags/branches/commits
query RevisionPath($fullPath: String!, $revisionPath: String) {
repository(fullPath: $fullPath) {
id
revisionPath(revisionPath: $revisionPath) {
id
revision
path
type
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gitone-dev/gitone.git
git@gitee.com:gitone-dev/gitone.git
gitone-dev
gitone
gitone
develop

搜索帮助