dsh-worktree-manager
dsh 的 Git worktree 管理——按仓库聚合工作区,创建与切换 worktree,并查看变更、提交历史与文件差异。
Git worktree management for dsh — group workspaces by repository, create and switch worktrees, and browse their changes, commit history and file diffs.
怎么安装
dsh plugin add github:shenkonghui/dsh-worktree-manager 简介
dsh-worktree-manager A DeepSeek Harness plugin that adds git worktree management to the task start window — list, create, and select worktrees for development. Why Git worktrees let you have multiple working directories connected to the same repository, each on a different branch. This is useful when you want to: Work on a feature branch without stashing changes on main Run tests on one branch while developing on another Keep a clean main checkout for reference while developing The dsh task start window has a workspace picker for selecting a directory to work in, but it doesn't know about git …
推荐参考
信息
- 协议
- –
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-16
- 创建于
- 2026-09-09
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令;无 license
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, git-worktree
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。
dsh-git-worktree
LaoYueHanNi/dsh-git-worktree
在 Web 输入框切换分支、以真实工作区方式创建隔离的 git worktree。