Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kanban Git WorktreeNew to Visual Studio Code? Get it now.
Kanban Git Worktree

Kanban Git Worktree

Drongo

|
1 install
| (0) | Free
Kanban board stored in a dedicated Git worktree.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kanban Worktree

Kanban Worktree stores board data in a dedicated Git worktree.

During initialization the extension creates an internal worktree inside the current repository:

.worktrees/kanban-worktree/

The worktree is attached to a dedicated technical branch and contains board data only.

Board data is stored as regular files:

.kanban/
  Backlog/
    Example.json
  In Progress/
  Done/

Columns are folders.

Notes are JSON files.

Empty columns are kept with a technical .gitkeep file.

All board operations modify files inside the internal worktree. The currently checked out development branch in the main workspace is not changed by board actions.

Save creates a Git commit in the technical worktree branch.

Sync runs Git synchronization for the technical worktree:

git fetch
git pull --rebase
git push

Commands

  • Kanban Worktree: Init
  • Kanban Worktree: Open Board
  • Kanban Worktree: Create Column
  • Kanban Worktree: Create Note
  • Kanban Worktree: Save
  • Kanban Worktree: Sync
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft