gitlink-cli/shortcuts
wbtiger 6ff7384f99 fix(branch): URL-encode branch name in unprotect, add +unprotect to Skill
- shortcuts/branch/branch.go: unprotect 使用 url.PathEscape 编码分支名(含 / 的分支名)
- skills/gitlink-branch/SKILL.md: 新增 +unprotect 命令(参数、示例、Workflow)
- skills/gitlink-branch/examples/branch-workflow.md: 注意事项补 +unprotect 说明
- 注意:含 / 的分支名 unprotect 受限于 Gitea API 路由,需通过 Web 操作
2026-05-17 12:19:04 +08:00
..
branch fix(branch): URL-encode branch name in unprotect, add +unprotect to Skill 2026-05-17 12:19:04 +08:00
ci init gitlink-cli 2026-04-17 10:01:30 +08:00
common feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
issue feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
org init gitlink-cli 2026-04-17 10:01:30 +08:00
pr feat(pr): add pr +comment shortcut 2026-05-14 14:23:04 +08:00
release init gitlink-cli 2026-04-17 10:01:30 +08:00
repo init gitlink-cli 2026-04-17 10:01:30 +08:00
search init gitlink-cli 2026-04-17 10:01:30 +08:00
user init gitlink-cli 2026-04-17 10:01:30 +08:00
register.go init gitlink-cli 2026-04-17 10:01:30 +08:00