@gw-git-worktree-workflows
掌握 Git 工作树和 gw-tools 工作流程以进行并行开发。在创建工作树、同时管理多个分支、在工作树之间导航、解决工作树问题或设置功能分支工作流程时,请使用此技能。触发涉及 git worktree 命令、分支隔离、并行开发或 gw CLI 使用的任务。
SKILL.md
This guide teaches you how to master Git worktrees using the gw CLI tool for optimized development workflows.
Git worktrees allow you to have multiple working directories attached to a single repository. Instead of switching branches in your current directory, you can check out different branches in separate directories simultaneously.
| Branch Switching | Single directory, less disk space | Interrupts work, requires stashing, IDE reindexes | | Worktrees | Parallel work, no interruption, shared Git history | Slightly more disk space for working files | | Cloning | Complete isolation | Huge disk space, separate Git history, harder to sync |
掌握 Git 工作树和 gw-tools 工作流程以进行并行开发。在创建工作树、同时管理多个分支、在工作树之间导航、解决工作树问题或设置功能分支工作流程时,请使用此技能。触发涉及 git worktree 命令、分支隔离、并行开发或 gw CLI 使用的任务。 来源:mthines/gw-tools。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/mthines/gw-tools --skill @gw-git-worktree-workflows- 分类
- </>开发工具
- 认证
- —
- 收录时间
- 2026-02-11
- 更新时间
- 2026-02-18
快速解答
什么是 @gw-git-worktree-workflows?
掌握 Git 工作树和 gw-tools 工作流程以进行并行开发。在创建工作树、同时管理多个分支、在工作树之间导航、解决工作树问题或设置功能分支工作流程时,请使用此技能。触发涉及 git worktree 命令、分支隔离、并行开发或 gw CLI 使用的任务。 来源:mthines/gw-tools。
如何安装 @gw-git-worktree-workflows?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mthines/gw-tools --skill @gw-git-worktree-workflows 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/mthines/gw-tools
详情
- 分类
- </>开发工具
- 来源
- user
- 收录时间
- 2026-02-11