dsh-worktree-manager
Git worktree management for dsh — group workspaces by repository, create and switch worktrees, and browse their changes, commit history and file diffs.
dsh 的 Git worktree 管理——按仓库聚合工作区,创建与切换 worktree,并查看变更、提交历史与文件差异。
How to install
dsh plugin add github:shenkonghui/dsh-worktree-manager About
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 …
Recommendation signals
Meta
- License
- –
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-16
- Created
- 2026-09-09
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, git-worktree
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.
dsh-git-worktree
LaoYueHanNi/dsh-git-worktree
Branch switching and isolated git worktrees as real workspaces, from the Web UI composer.