feat(pr): add patchset version shortcuts #24
Loading…
Reference in New Issue
No description provided.
Delete Branch "wangyue111/gitlink-cli:feat/pr-patchset-versions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
GitLink PR 页面支持 patchset/version(同一个 PR 分支多次 push 会形成版本),但 gitlink-cli 还没有封装相关查询能力。维护者和 Agent 在 review 过程中无法直接用 CLI 查看某轮 patchset 或指定 version 的 diff。
新增功能
gitlink-cli pr +versions:查看 PR patchset/version 列表gitlink-cli pr +version-diff:查看指定 patchset/version diffpr +version-diff支持--file,可按文件路径过滤 difffilepath查询参数API 对齐
示例
测试
文档
skills/gitlink-pr/references/gitlink-pr-versions.mdskills/gitlink-pr/references/gitlink-pr-version-diff.md