Dotty worktree
dotty worktree¶
Manage agent git worktrees.
Synopsis¶
The agent worktree lifecycle: start creates or reuses a worktree on an
agent/
Worktrees live at the location the active profile configures (dotty init --worktrees): a directory inside each repository — the default .worktrees, kept out of git by the shared ignore — or one absolute shared root. Inside them, commit and tag signing is off (sandboxed agents cannot reach the security key); re-sign afterwards with dotty git resign.
Examples¶
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- dotty - Utilities for a terminal-driven workflow and dotfiles.
- dotty worktree end - Remove a worktree, its agent/* branch, and its tmux session.
- dotty worktree start - Create or reuse an agent/* worktree and print its path.