docs: remove Gitea reference from branch skill

This commit is contained in:
wbtiger 2026-05-17 12:35:34 +08:00
parent 6ff7384f99
commit f8d9935b98
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ gitlink-cli branch +unprotect --name main
2. 执行 `branch +unprotect --name <name>`
3. 输出结果。
> **注意:**`/` 的分支名(如 `feature/my-branch`)可能无法通过 CLI 解除保护(受限于 Gitea API需通过 Web 页面操作。
> **注意:**`/` 的分支名(如 `feature/my-branch`)可能无法通过 CLI 解除保护(受限于 API 路由),需通过 Web 页面操作。
## References