·git-worktree-workflows
</>

git-worktree-workflows

mthines/gw-tools

掌握 Git 工作樹和 gw-tools 工作流程以進行並行開發。在創建工作樹、同時管理多個分支、在工作樹之間導航、解決工作樹問題或設置功能分支工作流程時,請使用此技能。觸發涉及 git worktree 命令、分支隔離、並行開發或 gw CLI 使用的任務。

1安裝·0熱度·@mthines

安裝

$npx skills add https://github.com/mthines/gw-tools --skill git-worktree-workflows

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 git-worktree-workflows
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 git-worktree-workflows?

掌握 Git 工作樹和 gw-tools 工作流程以進行並行開發。在創建工作樹、同時管理多個分支、在工作樹之間導航、解決工作樹問題或設置功能分支工作流程時,請使用此技能。觸發涉及 git worktree 命令、分支隔離、並行開發或 gw CLI 使用的任務。 來源:mthines/gw-tools。

如何安裝 git-worktree-workflows?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mthines/gw-tools --skill git-worktree-workflows 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/mthines/gw-tools

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-01