Kanban WorktreeKanban Worktree stores board data in a dedicated Git worktree. During initialization the extension creates an internal worktree inside the current repository:
The worktree is attached to a dedicated technical branch and contains board data only. Board data is stored as regular files:
Columns are folders. Notes are JSON files. Empty columns are kept with a technical 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:
Commands
|