外观
GitRepoInfoType
约 200 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / GitRepoInfoType
接口: GitRepoInfoType
定义于: types/base/git.ts:2
本地Git仓库信息
属性
default_branch
default_branch:
null
|string
定义于: types/base/git.ts:20
仓库的默认分支
html_url
html_url:
string
定义于: types/base/git.ts:14
仓库地址, 这个是经过处理的,保证是不经过任何代理地址的地址
name
name:
string
定义于: types/base/git.ts:4
文件夹名称
owner
owner:
string
定义于: types/base/git.ts:16
仓库名称
path
path:
string
定义于: types/base/git.ts:6
文件夹路径
repo
repo:
string
定义于: types/base/git.ts:18
仓库名称
url
url:
string
定义于: types/base/git.ts:10
git地址,原始地址可能是反代的地址