gitlink-cli 新增 11 个仓库设置相关快捷命令 #303
Loading…
Reference in New Issue
No description provided.
Delete Branch "wdgde/gitlink-cli:feat/repo-settings-shortcuts"
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-cli 新增 11 个仓库设置相关快捷命令,实现对仓库详情、设置、导航单元、项目标签和项目转移的完整管理能力,满足 CCF开源创新大赛赛题要求。
相关Issue
关联Issue编号:无
变更内容
1. 新增仓库信息查询命令
2. 新增导航单元管理命令
3. 新增项目标签管理命令
4. 新增项目转移命令
5. 新增单元测试
6. 更新文档
测试情况
go test ./shortcuts/repo/... -v
所有测试通过
Pull request closed