LaoYueHanNi/dsh-git-worktree
LaoYueHanNi★ 0TypeScript最后同步: 2026-08-16
—
README 摘要
dsh-git-worktree 简体中文 English A dsh plugin for simple branch & worktree management in the Web UI. The composer tool row shows the current branch: pick another to switch in place, or flip the Worktree toggle to get an isolated worktree as a real workspace — as shown in the screenshot above. [dsh]: https://github.com/cordiverse/dsh Repo: Features - Branch switching : pick a branch from the chip's menu and confirm — an in-place git switch . Inside a linked worktree it switches within that worktree only. - Worktree isolation : on a blank session, the Worktree toggle turns the pick into git worktree add under /.dsh/gitworktree/ - / , registered as a real workspace with a fresh blank session. Same branch re-picks reuse the existing worktree; stale registrations recover via git worktree prune . - Storage root configurable : Settings → Git Worktree — native folder picker, saves automatically. Install From GitHub (recommended) The package declares dsh.bundle , so add wires the plugin into the profile's layer stack automatically — no config editing needed. The built lib/ ships in the repo (there is no prepare script), so git installs work out of the box without any build allowlist. Requires …
在 GitHub 查看完整 README →