dsh-worktrees
DSH Web plugin for managing Git worktrees from the Settings panel.
AI Analysis
核心用途是便捷管理 Git 多工作区。适合需要在不同分支或任务间快速切换、并行开发的研发人员,需本机已安装 Git。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lwklbb/dsh-worktreesREADME
Read the full README ↗使用前确认
这个插件依赖本机 Git 命令行:
git --version
如果 DSH 运行环境找不到 Git,页面会提示 Git 不可用。确认 Git 已安装,并且 git 在 PATH 中即可。